Skip to content

Commit 5720db6

Browse files
nickvergessenoleksandr-nc
authored andcommitted
chore(CI): Adjust testing matrix for Nextcloud 34 on stable34
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 2c1a379 commit 5720db6

3 files changed

Lines changed: 120 additions & 15 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
php-version: ['8.2', '8.3']
26-
server-version: ['master']
26+
server-version: ['stable34']
2727

2828
steps:
2929
- name: Set app env

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require-dev": {
19-
"nextcloud/ocp": "dev-master",
20-
"roave/security-advisories": "dev-latest",
21-
"psalm/phar": "6.16.1",
22-
"nextcloud/coding-standard": "^1.1",
19+
"bamarni/composer-bin-plugin": "^1.9",
2320
"friendsofphp/php-cs-fixer": "3.94.1",
24-
"bamarni/composer-bin-plugin": "^1.9"
21+
"nextcloud/coding-standard": "^1.1",
22+
"nextcloud/ocp": "dev-stable34",
23+
"psalm/phar": "6.16.1",
24+
"roave/security-advisories": "dev-latest"
2525
},
2626
"scripts": {
2727
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -print0 | xargs -0 -n1 php -l",

composer.lock

Lines changed: 114 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)