From abfe561e7c3a3b68661d57512c3463361327e239 Mon Sep 17 00:00:00 2001 From: Vieno Hakkerinen Date: Fri, 29 Mar 2024 10:48:46 +0100 Subject: [PATCH] allign codecheck with maintained nextcloud versions * remove stable26 as it is end of life * add stable29 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 42a3027..902a34a 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: ['stable26', 'stable27', 'stable28'] + server-versions: ['stable27', 'stable28', 'stable29'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -78,7 +78,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['mysql'] - server-versions: ['stable26', 'stable27', 'stable28'] + server-versions: ['stable27', 'stable28', 'stable29'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -145,7 +145,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['pgsql'] - server-versions: ['stable26', 'stable27', 'stable28'] + server-versions: ['stable27', 'stable28', 'stable29'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}