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"},