From ca9e07b3ba6969a45f98c710c3a137299ad93b01 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 11 Aug 2023 10:48:41 +0200 Subject: drop support for Nextcloud 25 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- .github/workflows/api-php-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 3387861a5..5434403ae 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: ['stable25', 'stable26', 'stable27'] + nextcloud: ['stable26', 'stable27'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index dae893f22..9dbb20d8f 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -15,8 +15,8 @@ jobs: experimental: [false] codecoverage: [false] include: - - php-versions: 8.0 - nextcloud: stable25 + - php-versions: 8.2 + nextcloud: stable27 database: sqlite experimental: false codecoverage: true -- cgit v1.2.3