From 9be28785fcdd6703f7ad95efbcfb9ae226b93b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 19 Nov 2024 08:14:39 +0100 Subject: [PATCH] Stop testing intermediary versions of platforms It is unlikely that we are going to catch a bug specific to it. Versions ranges that are explicitly checked against in the code are kept. --- .github/workflows/continuous-integration.yml | 26 +++++--------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8019a2150d..f0b6e58da0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -229,7 +229,7 @@ jobs: - "8.3" postgres-version: - "9.4" - - "16" + - "11" # We have code specific to 10.0-12.0 - "17" extension: - "pgsql" @@ -306,13 +306,10 @@ jobs: mariadb-version: # keep in sync with https://mariadb.org/about/#maintenance-policy - "10.0" # Oldest version supported by DBAL - - "10.4" # LTS (Jun 2024) - - "10.5" # LTS (Jun 2025) - - "10.6" # LTS (Jul 2026) - - "10.11" # LTS (Feb 2028) - - "11.1" # STS (Aug 2024) - - "11.2" # STS (Nov 2024) - - "11.3" # STS (Feb 2025) + - "10.4" # We have code specific to 10.4.3-10.5.2 + - "10.5" # We have code specific to 10.5.2-10.6.0 + - "10.6" # We have code specific to 10.6.0-10.10.0 + - "10.11" # We have code specific to ^10.10 - "11.4" # LTS (May 2029) extension: - "mysqli" @@ -389,7 +386,7 @@ jobs: - "8.3" mysql-version: - "5.7" - - "8.0" + - "8.0" # We have code specific to ^8.0 - "9.1" extension: - "mysqli" @@ -419,17 +416,6 @@ jobs: - php-version: "8.4" mysql-version: "9.1" extension: "pdo_mysql" - # Workaround for https://bugs.mysql.com/114876 - - php-version: "8.3" - mysql-version: "8.4" - extension: "mysqli" - custom-entrypoint: >- - --entrypoint sh mysql:8.4 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON" - - php-version: "8.3" - mysql-version: "8.4" - extension: "pdo_mysql" - custom-entrypoint: >- - --entrypoint sh mysql:8.4 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON" services: mysql: