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 <[email protected]>
  • Loading branch information
nickvergessen authored and provokateurin committed Jan 8, 2024
1 parent c99dd8a commit 17a2bc2
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 167 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
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
server-versions: ['master']
server-versions: ['stable28']

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.2']
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 @@ -10,7 +10,7 @@
}
},
"require-dev": {
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable28",
"roave/security-advisories": "dev-latest"
},
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"classmap-authoritative": true,
"optimize-autoloader": true,
"platform": {
"php": "8.0"
"php": "8.0.2"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 17a2bc2

Please sign in to comment.