From fbfe0d010211e593540ca632a9294dbc95edd49d Mon Sep 17 00:00:00 2001 From: Vieno Hakkerinen Date: Fri, 29 Mar 2024 11:01:32 +0100 Subject: [PATCH] CI: update php version * add 8.1 & 8.2 * remove 8.0 as it not supported by php.net anymore --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902a34a..8d74813 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['8.0'] + php-versions: ['8.1', '8.2'] databases: ['sqlite'] server-versions: ['stable27', 'stable28', 'stable29'] @@ -76,7 +76,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['8.0'] + php-versions: ['8.1', '8.2'] databases: ['mysql'] server-versions: ['stable27', 'stable28', 'stable29'] @@ -143,7 +143,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['8.0'] + php-versions: ['8.1', '8.2'] databases: ['pgsql'] server-versions: ['stable27', 'stable28', 'stable29']