From f7ba81316d796c2edbcffcb90e668ff0ade9bccb Mon Sep 17 00:00:00 2001 From: Vieno Hakkerinen Date: Wed, 29 Nov 2023 12:24:20 +0100 Subject: [PATCH] allign codecheck with currently maintained versions * remove stable25 as it is end of life * add stable28 as nextcloud server is currently at 28.0.0 RC1 --- .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 5e89bc3..42a3027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['sqlite'] - server-versions: ['stable25', 'stable26', 'stable27'] + server-versions: ['stable26', 'stable27', 'stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -78,7 +78,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['mysql'] - server-versions: ['stable25', 'stable26', 'stable27'] + server-versions: ['stable26', 'stable27', 'stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -145,7 +145,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['pgsql'] - server-versions: ['stable25', 'stable26', 'stable27'] + server-versions: ['stable26', 'stable27', 'stable28'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}