File tree 1 file changed +5
-20
lines changed
1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229
229
- " 8.3"
230
230
postgres-version :
231
231
- " 9.4"
232
- - " 16 "
232
+ - " 11 " # We have code specific to 10.0-12.0
233
233
- " 17"
234
234
extension :
235
235
- " pgsql"
@@ -306,13 +306,9 @@ jobs:
306
306
mariadb-version :
307
307
# keep in sync with https://mariadb.org/about/#maintenance-policy
308
308
- " 10.0" # Oldest version supported by DBAL
309
- - " 10.4" # LTS (Jun 2024)
310
- - " 10.5" # LTS (Jun 2025)
311
- - " 10.6" # LTS (Jul 2026)
312
- - " 10.11" # LTS (Feb 2028)
313
- - " 11.1" # STS (Aug 2024)
314
- - " 11.2" # STS (Nov 2024)
315
- - " 11.3" # STS (Feb 2025)
309
+ - " 10.5" # We have code specific to 10.4.3-10.6.0
310
+ - " 10.6" # We have code specific to 10.6.0-10.10.0
311
+ - " 10.11" # We have code specific to ^10.10
316
312
- " 11.4" # LTS (May 2029)
317
313
extension :
318
314
- " mysqli"
@@ -389,7 +385,7 @@ jobs:
389
385
- " 8.3"
390
386
mysql-version :
391
387
- " 5.7"
392
- - " 8.0"
388
+ - " 8.0" # We have code specific to ^8.0
393
389
- " 9.1"
394
390
extension :
395
391
- " mysqli"
@@ -419,17 +415,6 @@ jobs:
419
415
- php-version : " 8.4"
420
416
mysql-version : " 9.1"
421
417
extension : " pdo_mysql"
422
- # Workaround for https://bugs.mysql.com/114876
423
- - php-version : " 8.3"
424
- mysql-version : " 8.4"
425
- extension : " mysqli"
426
- custom-entrypoint : >-
427
- --entrypoint sh mysql:8.4 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON"
428
- - php-version : " 8.3"
429
- mysql-version : " 8.4"
430
- extension : " pdo_mysql"
431
- custom-entrypoint : >-
432
- --entrypoint sh mysql:8.4 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON"
433
418
434
419
services :
435
420
mysql :
You can’t perform that action at this time.
0 commit comments