File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ jobs:
229
229
- " 8.3"
230
230
postgres-version :
231
231
- " 9.4"
232
- - " 16"
233
232
- " 17"
234
233
extension :
235
234
- " pgsql"
@@ -306,13 +305,9 @@ jobs:
306
305
mariadb-version :
307
306
# keep in sync with https://mariadb.org/about/#maintenance-policy
308
307
- " 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)
308
+ - " 10.5" # We have code specific to 10.4.3-10.6.0
309
+ - " 10.6" # We have code specific to 10.6.0-10.10.0
310
+ - " 10.11" # We have code specific to ^10.10
316
311
- " 11.4" # LTS (May 2029)
317
312
extension :
318
313
- " mysqli"
@@ -389,7 +384,7 @@ jobs:
389
384
- " 8.3"
390
385
mysql-version :
391
386
- " 5.7"
392
- - " 8.0"
387
+ - " 8.0" # We have code specific to ^8.0
393
388
- " 9.1"
394
389
extension :
395
390
- " mysqli"
@@ -419,17 +414,6 @@ jobs:
419
414
- php-version : " 8.4"
420
415
mysql-version : " 9.1"
421
416
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
417
434
418
services :
435
419
mysql :
You can’t perform that action at this time.
0 commit comments