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 come-nc committed Dec 19, 2023
1 parent f5e0feb commit 6e2fd4d
Show file tree
Hide file tree
Showing 4 changed files with 1,032 additions and 2,706 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master']
server-versions: ['stable28']
mysql-versions: ['8.1']

name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
php-versions: ['8.0']
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 @@ -10,13 +10,13 @@
],
"config": {
"platform": {
"php": "8.0"
"php": "8.0.2"
}
},
"require-dev": {
"phpunit/phpunit": "^9",
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable28"
},
"require": {
"symfony/ldap": "^5.0"
Expand Down
Loading

0 comments on commit 6e2fd4d

Please sign in to comment.