File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-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,6 @@ 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)
316
308
- " 11.4" # LTS (May 2029)
317
309
extension :
318
310
- " mysqli"
@@ -389,7 +381,6 @@ jobs:
389
381
- " 8.3"
390
382
mysql-version :
391
383
- " 5.7"
392
- - " 8.0"
393
384
- " 9.1"
394
385
extension :
395
386
- " mysqli"
@@ -419,17 +410,6 @@ jobs:
419
410
- php-version : " 8.4"
420
411
mysql-version : " 9.1"
421
412
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
413
434
414
services :
435
415
mysql :
You can’t perform that action at this time.
0 commit comments