From e92f712c64551d1762b5f890969125c30720cf2f Mon Sep 17 00:00:00 2001 From: JonOfUs Date: Wed, 22 Feb 2023 12:14:27 +0100 Subject: [PATCH] Remove php8.1 as it is not compatible with composer.lock --- .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 78b3364..f79d535 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: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0'] databases: ['sqlite'] server-versions: ['stable23', 'stable24', 'stable25'] @@ -76,7 +76,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0'] databases: ['mysql'] server-versions: ['stable23', 'stable24', 'stable25'] @@ -143,7 +143,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0'] databases: ['pgsql'] server-versions: ['stable23', 'stable24', 'stable25']