From 22e370aa4f0e3c8bb55dece5c438b46761e781b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 20 Oct 2020 21:12:12 +0200 Subject: [PATCH] Reduce number of build jobs Test the newest version, the oldest version, and versions for which we have version-specific code. This is based on platform classes that have a version number in their name. --- .github/workflows/continuous-integration.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 698435312a2..5c288313943 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -178,13 +178,7 @@ jobs: - "7.4" postgres-version: - "9.2" - - "9.3" - "9.4" - - "9.5" - - "9.6" - - "10" - - "11" - - "12" - "13" include: - php-version: "8.0" @@ -245,10 +239,7 @@ jobs: - "7.4" mariadb-version: - "10.0" - - "10.1" - "10.2" - - "10.3" - - "10.4" - "10.5" extension: - "mysqli"