Skip to content

Commit 0f4f547

Browse files
nickvergessenjuliusknorr
authored andcommitted
chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent c995422 commit 0f4f547

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
npmVersion: ${{ steps.versions.outputs.npmVersion }}
2020
strategy:
2121
matrix:
22-
server-versions: ['master']
22+
server-versions: ['stable29']
2323

2424
steps:
2525
- name: Checkout server

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"psalm/phar": "^5.4",
88
"phpunit/phpunit": "^9.5",
99
"ext-mbstring": "*",
10-
"nextcloud/ocp": "dev-master"
10+
"nextcloud/ocp": "dev-stable29"
1111
},
1212
"license": "AGPLv3",
1313
"authors": [

composer.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)