Skip to content

Commit

Permalink
Merge pull request #594 from nextcloud/update-master-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 28 on master
  • Loading branch information
tcitworld authored Nov 25, 2023
2 parents 36060f9 + bfa0b3d commit 120c9e3
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 120c9e3

Please sign in to comment.