Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 28 on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 23, 2023
1 parent 36060f9 commit bfa0b3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']
server-versions: ['master', 'stable28']
include:
- php-versions: '8.3'
server-versions: 'master'
- php-versions: '8.3'
server-versions: 'stable28'
- php-versions: '8.0'
server-versions: 'stable27'
- php-versions: '8.0'
Expand Down

0 comments on commit bfa0b3d

Please sign in to comment.