Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 28 on main
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 2470624 commit f09f47a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1']
server-versions: ['master', 'stable27', 'stable26']
server-versions: ['master', 'stable28', 'stable27', 'stable26']
include:
- php-versions: '8.3'
server-versions: 'master'
- php-versions: '8.2'
server-versions: 'master'
- php-versions: '8.3'
server-versions: 'stable28'
- php-versions: '8.2'
server-versions: 'stable28'
- php-versions: '8.2'
server-versions: 'stable27'
- php-versions: '8.2'
Expand Down

0 comments on commit f09f47a

Please sign in to comment.