Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and juliusknorr committed Mar 28, 2024
1 parent c995422 commit 0f4f547
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
npmVersion: ${{ steps.versions.outputs.npmVersion }}
strategy:
matrix:
server-versions: ['master']
server-versions: ['stable29']

steps:
- name: Checkout server
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"psalm/phar": "^5.4",
"phpunit/phpunit": "^9.5",
"ext-mbstring": "*",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable29"
},
"license": "AGPLv3",
"authors": [
Expand Down
17 changes: 8 additions & 9 deletions composer.lock

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

0 comments on commit 0f4f547

Please sign in to comment.