Skip to content

Commit ef478d5

Browse files
nickvergessenAndyScherzinger
authored andcommitted
chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 80da83a commit ef478d5

6 files changed

Lines changed: 252 additions & 303 deletions

File tree

.github/workflows/phpunit-mysql.yml

Lines changed: 3 additions & 3 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:
@@ -159,4 +159,4 @@ jobs:
159159

160160
steps:
161161
- name: Summary status
162-
run: if ${{ needs.phpunit-mysql.result != 'success' }}; then exit 1; fi
162+
run: if ${{ needs.phpunit-mysql.result != 'success' }}; then exit 1; fi

.github/workflows/phpunit-oci.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -166,4 +166,4 @@ jobs:
166166

167167
steps:
168168
- name: Summary status
169-
run: if ${{ needs.phpunit-oci.result != 'success' }}; then exit 1; fi
169+
run: if ${{ needs.phpunit-oci.result != 'success' }}; then exit 1; fi

.github/workflows/phpunit-pgsql.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -156,4 +156,4 @@ jobs:
156156

157157
steps:
158158
- name: Summary status
159-
run: if ${{ needs.phpunit-pgsql.result != 'success' }}; then exit 1; fi
159+
run: if ${{ needs.phpunit-pgsql.result != 'success' }}; then exit 1; fi

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bamarni/composer-bin-plugin": true
1010
},
1111
"platform": {
12-
"php": "8.0"
12+
"php": "8.0.2"
1313
}
1414
},
1515
"autoload": {
@@ -30,7 +30,7 @@
3030
"require-dev": {
3131
"bamarni/composer-bin-plugin": "^1.8",
3232
"nextcloud/coding-standard": "1.1.1",
33-
"nextcloud/ocp": "dev-master",
33+
"nextcloud/ocp": "dev-stable28",
3434
"phpunit/phpunit": "^9",
3535
"sabre/dav": "^4.2.1",
3636
"vimeo/psalm": "^4.22"

0 commit comments

Comments
 (0)