Skip to content

Commit

Permalink
Merge pull request #1586 from nextcloud/update-stable31-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
  • Loading branch information
AndyScherzinger authored Jan 24, 2025
2 parents df4e92b + 4d073dc commit 75266f3
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-stable31 --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 @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable31' ]
db: ['sqlite']

name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable31' ]
browser: [ 'firefox' ]
db: [ 'mysql' ]

Expand Down

0 comments on commit 75266f3

Please sign in to comment.