Skip to content

Commit a736d95

Browse files
committed
Stop testing intermediary versions of platforms
It is unlikely that we are going to catch a bug specific to it.
1 parent ff8e127 commit a736d95

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ jobs:
229229
- "8.3"
230230
postgres-version:
231231
- "9.4"
232-
- "16"
233232
- "17"
234233
extension:
235234
- "pgsql"
@@ -306,13 +305,6 @@ jobs:
306305
mariadb-version:
307306
# keep in sync with https://mariadb.org/about/#maintenance-policy
308307
- "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)
316308
- "11.4" # LTS (May 2029)
317309
extension:
318310
- "mysqli"
@@ -389,7 +381,6 @@ jobs:
389381
- "8.3"
390382
mysql-version:
391383
- "5.7"
392-
- "8.0"
393384
- "9.1"
394385
extension:
395386
- "mysqli"
@@ -419,17 +410,6 @@ jobs:
419410
- php-version: "8.4"
420411
mysql-version: "9.1"
421412
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"
433413

434414
services:
435415
mysql:

0 commit comments

Comments
 (0)