Skip to content

Commit 2f7f137

Browse files
committed
chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 7b2d7fe commit 2f7f137

File tree

6 files changed

+481
-1315
lines changed

6 files changed

+481
-1315
lines changed

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
strategy:
4040
matrix:
41-
php-versions: ['8.0', '8.1', '8.2']
42-
server-versions: ['master']
41+
php-versions: ['8.0', '8.1', '8.2', '8.3']
42+
server-versions: ['stable28']
4343

4444
services:
4545
mysql:

.github/workflows/phpunit-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
php-versions: ['8.0']
42-
server-versions: ['master']
42+
server-versions: ['stable28']
4343

4444
services:
4545
oracle:

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
php-versions: ['8.0']
42-
server-versions: ['master']
42+
server-versions: ['stable28']
4343

4444
services:
4545
postgres:

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
php-versions: ['8.0']
42-
server-versions: ['master']
42+
server-versions: ['stable28']
4343

4444
steps:
4545
- name: Set app env

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"phpunit/phpunit": "^9.5",
4040
"vimeo/psalm": "^4.22",
4141
"nextcloud/coding-standard": "^1.0",
42-
"nextcloud/ocp": "dev-master"
42+
"nextcloud/ocp": "dev-stable28"
4343
}
4444
}

0 commit comments

Comments
 (0)