Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and AndyScherzinger committed Nov 30, 2023
1 parent 80da83a commit ef478d5
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 303 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['stable28']

services:
mysql:
Expand Down Expand Up @@ -159,4 +159,4 @@ jobs:

steps:
- name: Summary status
run: if ${{ needs.phpunit-mysql.result != 'success' }}; then exit 1; fi
run: if ${{ needs.phpunit-mysql.result != 'success' }}; then exit 1; fi
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['stable28']

services:
oracle:
Expand Down Expand Up @@ -166,4 +166,4 @@ jobs:

steps:
- name: Summary status
run: if ${{ needs.phpunit-oci.result != 'success' }}; then exit 1; fi
run: if ${{ needs.phpunit-oci.result != 'success' }}; then exit 1; fi
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['stable28']

services:
postgres:
Expand Down Expand Up @@ -156,4 +156,4 @@ jobs:

steps:
- name: Summary status
run: if ${{ needs.phpunit-pgsql.result != 'success' }}; then exit 1; fi
run: if ${{ needs.phpunit-pgsql.result != 'success' }}; then exit 1; fi
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['stable28']

steps:
- name: Set app env
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bamarni/composer-bin-plugin": true
},
"platform": {
"php": "8.0"
"php": "8.0.2"
}
},
"autoload": {
Expand All @@ -30,7 +30,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"nextcloud/coding-standard": "1.1.1",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable28",
"phpunit/phpunit": "^9",
"sabre/dav": "^4.2.1",
"vimeo/psalm": "^4.22"
Expand Down
Loading

0 comments on commit ef478d5

Please sign in to comment.