Skip to content

Commit

Permalink
Merge pull request #157 from nextcloud/update-master-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 27 on master
  • Loading branch information
nickvergessen committed May 22, 2023
2 parents 210107a + 7dbbab2 commit 37b9442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1']
server-versions: ['master', 'stable26']
server-versions: ['master', 'stable27', 'stable26']
include:
- php-versions: '8.2'
server-versions: 'master'
- php-versions: '8.2'
server-versions: 'stable27'
- php-versions: '8.2'
server-versions: 'stable26'
- php-versions: '7.4'
Expand Down

0 comments on commit 37b9442

Please sign in to comment.