mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[CI] Bump up DB versions to current LTS
This commit is contained in:
parent
5558965fdb
commit
9001a39406
1 changed files with 36 additions and 24 deletions
60
.github/workflows/matrix.json
vendored
60
.github/workflows/matrix.json
vendored
|
|
@ -19,13 +19,13 @@
|
|||
{
|
||||
"php": "8.1",
|
||||
"symfony": "^5.4",
|
||||
"mariadb": "10.4.10",
|
||||
"mariadb": "10.11",
|
||||
"state_machine_adapter": "winzou_state_machine"
|
||||
},
|
||||
{
|
||||
"php": "8.2",
|
||||
"symfony": "^6.4",
|
||||
"mariadb": "10.4.10",
|
||||
"mariadb": "11.4",
|
||||
"dbal": "^3.0",
|
||||
"state_machine_adapter": "symfony_workflow"
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"php": "8.2",
|
||||
"symfony": "^6.4",
|
||||
"api-platform": "^2.7.10",
|
||||
"mysql": "8.0",
|
||||
"mysql": "8.4",
|
||||
"twig": "^3.3"
|
||||
}
|
||||
]
|
||||
|
|
@ -54,12 +54,12 @@
|
|||
{
|
||||
"php": "8.1",
|
||||
"symfony": "^5.4",
|
||||
"postgres": "13.9"
|
||||
"postgres": "13.16"
|
||||
},
|
||||
{
|
||||
"php": "8.2",
|
||||
"symfony": "^6.4",
|
||||
"postgres": "14.6"
|
||||
"postgres": "16.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -93,22 +93,22 @@
|
|||
},
|
||||
"full": {
|
||||
"static-checks": {
|
||||
"php": [ "8.1", "8.2" ],
|
||||
"symfony": [ "^5.4", "^6.4" ],
|
||||
"api-platform": [ "^2.7.10" ]
|
||||
"php": ["8.1", "8.2"],
|
||||
"symfony": ["^5.4", "^6.4"],
|
||||
"api-platform": ["^2.7.10"]
|
||||
},
|
||||
"e2e-mariadb": {
|
||||
"php": [ "8.1", "8.2" ],
|
||||
"symfony": [ "^5.4", "^6.4" ],
|
||||
"mariadb": [ "10.4.10" ],
|
||||
"state_machine_adapter": [ "winzou_state_machine", "symfony_workflow" ]
|
||||
"php": ["8.1", "8.2"],
|
||||
"symfony": ["^5.4", "^6.4"],
|
||||
"mariadb": ["10.11", "11.4"],
|
||||
"state_machine_adapter": ["winzou_state_machine", "symfony_workflow"]
|
||||
},
|
||||
"e2e-mysql": {
|
||||
"php": [ "8.1", "8.2" ],
|
||||
"symfony": [ "^5.4", "^6.4" ],
|
||||
"api-platform": [ "^2.7.10" ],
|
||||
"mysql": [ "8.0" ],
|
||||
"twig": [ "^3.3" ],
|
||||
"php": ["8.1", "8.2"],
|
||||
"symfony": ["^5.4", "^6.4"],
|
||||
"api-platform": ["^2.7.10"],
|
||||
"mysql": ["8.0", "8.4"],
|
||||
"twig": ["^3.3"],
|
||||
"include": [
|
||||
{
|
||||
"php": "8.1",
|
||||
|
|
@ -120,9 +120,21 @@
|
|||
]
|
||||
},
|
||||
"e2e-pgsql": {
|
||||
"php": [ "8.1", "8.2" ],
|
||||
"symfony": [ "^5.4", "^6.4" ],
|
||||
"postgres": [ "13.9", "14.6" ]
|
||||
"php": ["8.1", "8.2"],
|
||||
"symfony": ["^5.4", "^6.4"],
|
||||
"postgres": ["14.13", "15.8"],
|
||||
"include": [
|
||||
{
|
||||
"php": "8.1",
|
||||
"symfony": "^5.4",
|
||||
"postgres": "13.6"
|
||||
},
|
||||
{
|
||||
"php": "8.2",
|
||||
"symfony": "^6.4",
|
||||
"postgres": "16.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontend": {
|
||||
"include": [
|
||||
|
|
@ -135,12 +147,12 @@
|
|||
]
|
||||
},
|
||||
"packages": {
|
||||
"php": [ "8.1", "8.2" ],
|
||||
"symfony": [ "^5.4", "^6.4" ]
|
||||
"php": ["8.1", "8.2"],
|
||||
"symfony": ["^5.4", "^6.4"]
|
||||
},
|
||||
"packages-swiftmailer": {
|
||||
"php": [ "8.1" ],
|
||||
"symfony": [ "^5.4" ]
|
||||
"php": ["8.1"],
|
||||
"symfony": ["^5.4"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue