From b3c17e2edbe36b0148903ea9783ebe725e5dc769 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 6 May 2023 09:00:10 +0200 Subject: Drop support for NC 24 add support for NC 27 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/api-integration-tests.yml') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 913fd0b6d..3d70e5d80 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1'] - nextcloud: ['stable24', 'stable25', 'stable26'] + nextcloud: ['stable25', 'stable26'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: @@ -42,7 +42,7 @@ jobs: database: sqlite experimental: true - php-versions: 7.4 - nextcloud: stable24 + nextcloud: stable25 database: sqlite experimental: false - php-versions: 8.2 -- cgit v1.2.3