Skip to content

Commit 2f8625c

Browse files
committed
chore(CI): Adjust testing matrix for Nextcloud 30 on stable30
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent e56332b commit 2f8625c

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
php-versions: ['8.1']
3030
databases: ['sqlite', 'mysql', 'pgsql']
31-
server-versions: ['master']
31+
server-versions: ['stable30']
3232

3333
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
3434

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"roave/security-advisories": "dev-master",
1616
"phpunit/phpunit": "^9",
1717
"nextcloud/coding-standard": "^1.1",
18-
"nextcloud/ocp": "dev-master",
18+
"nextcloud/ocp": "dev-stable30",
1919
"psalm/phar": "^5.13"
2020
},
2121
"config": {

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)