From cbdabb2f971e6ace3212856773a4ad83f110fa05 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 27 Mar 2022 21:57:26 +0200 Subject: [PATCH] Add exceptions for PHP CI to use older PGSQL versions --- .github/workflows/params-php.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/params-php.yml b/.github/workflows/params-php.yml index 7b5097d9..76572e12 100644 --- a/.github/workflows/params-php.yml +++ b/.github/workflows/params-php.yml @@ -53,12 +53,12 @@ env: {"PHP_SERVER": "PHP 8.1", "HTTPD_SERVER": "nginx-stable"}, {"PHP_SERVER": "PHP 8.2", "HTTPD_SERVER": "nginx-stable"}, - {"PHP_SERVER": "PHP 5.3", "HTTPD_SERVER": "nginx-mainline"}, - {"PHP_SERVER": "PHP 5.4", "HTTPD_SERVER": "nginx-mainline"}, - {"PHP_SERVER": "PHP 5.5", "HTTPD_SERVER": "nginx-mainline"}, - {"PHP_SERVER": "PHP 5.6", "HTTPD_SERVER": "nginx-mainline"}, - {"PHP_SERVER": "PHP 7.0", "HTTPD_SERVER": "nginx-mainline"}, - {"PHP_SERVER": "PHP 7.1", "HTTPD_SERVER": "nginx-mainline"}, + {"PHP_SERVER": "PHP 5.3", "HTTPD_SERVER": "nginx-mainline", "PGSQL_SERVER": "PgSQL 12"}, + {"PHP_SERVER": "PHP 5.4", "HTTPD_SERVER": "nginx-mainline", "PGSQL_SERVER": "PgSQL 12"}, + {"PHP_SERVER": "PHP 5.5", "HTTPD_SERVER": "nginx-mainline", "PGSQL_SERVER": "PgSQL 12"}, + {"PHP_SERVER": "PHP 5.6", "HTTPD_SERVER": "nginx-mainline", "PGSQL_SERVER": "PgSQL 12"}, + {"PHP_SERVER": "PHP 7.0", "HTTPD_SERVER": "nginx-mainline", "PGSQL_SERVER": "PgSQL 12"}, + {"PHP_SERVER": "PHP 7.1", "HTTPD_SERVER": "nginx-mainline", "PGSQL_SERVER": "PgSQL 12"}, {"PHP_SERVER": "PHP 7.2", "HTTPD_SERVER": "nginx-mainline"}, {"PHP_SERVER": "PHP 7.3", "HTTPD_SERVER": "nginx-mainline"}, {"PHP_SERVER": "PHP 7.4", "HTTPD_SERVER": "nginx-mainline"},