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]>
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
nickvergessen authored and ChristophWurst committed Dec 12, 2023
1 parent 7bb086f commit bacafd2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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
2 changes: 1 addition & 1 deletion .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
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
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.0', '8.1' ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable28' ]
name: php${{ matrix.php-version }} profiling
services:
mysql-service:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1' ]
nextcloud-versions: [ 'master' ]
nextcloud-versions: [ 'stable28' ]
db: [ 'mysql' ]
include:
- php-versions: '8.0'
nextcloud-versions: master
nextcloud-versions: stable28
db: 'pgsql'
name: Nextcloud${{ matrix.nextcloud-versions }}-${{ matrix.db }} smoke test
services:
Expand Down

0 comments on commit bacafd2

Please sign in to comment.