From bad31f0398d077260d7248c28a68056e712ce2ca Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 11:56:57 +0200 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 30 on stable30 Signed-off-by: Joas Schilling --- .github/workflows/psalm.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index f27ee415..8d36316d 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -41,7 +41,7 @@ jobs: run: composer i - name: Install nextcloud/ocp - run: composer require --dev nextcloud/ocp:dev-master --ignore-platform-reqs --with-dependencies + run: composer require --dev nextcloud/ocp:dev-stable30 --ignore-platform-reqs --with-dependencies - name: Run coding standards check run: composer run psalm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14c3011b..32b4f471 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: php-version: [ "8.1" ] - nextcloud-version: [ 'master' ] + nextcloud-version: [ 'stable30' ] db: ['sqlite'] name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests @@ -65,7 +65,7 @@ jobs: fail-fast: false matrix: php-version: [ "8.1" ] - nextcloud-version: [ 'master' ] + nextcloud-version: [ 'stable30' ] browser: [ 'firefox' ] db: [ 'mysql' ]