[CI] Bump up DB versions to current LTS

This commit is contained in:
Grzegorz Sadowski 2024-09-20 07:10:54 +02:00
parent 5558965fdb
commit 9001a39406
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -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"]
}
}
}