Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jan 23, 2025
1 parent 4e69c6a commit 1802991
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
php-versions: ['8.1', '8.2', '8.3']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable31']

name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.3",
"psalm/phar": "^5.26",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable31"
},
"extra": {
"patches": {
Expand Down
19 changes: 9 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1802991

Please sign in to comment.