From de281ebed53ea52c9f4e52822043248aff5984b4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Sep 2022 12:47:05 +0200 Subject: Adjust testing matrix for Nextcloud 25 on master Signed-off-by: Joas Schilling --- .github/workflows/phpunit.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index edf70f9..b671aec 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,7 +14,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['sqlite'] - server-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'stable24', 'master'] + server-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'stable24', 'stable25', 'master'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index b126721..7fc9cdc 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ocp-version: [ '20', '21', '22.0.0-RC1', '23.0.0-RC1', 'dev-master' ] + ocp-version: [ '20', '21', 'dev-stable22', 'dev-stable23', 'dev-stable24', 'dev-stable25', 'dev-master' ] name: Nextcloud ${{ matrix.ocp-version }} steps: - name: Checkout -- cgit v1.2.3