Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 30 on stable30
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent 6bf4873 commit bad31f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable30' ]
browser: [ 'firefox' ]
db: [ 'mysql' ]

Expand Down

0 comments on commit bad31f0

Please sign in to comment.