Skip to content

Commit

Permalink
Merge pull request #409 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 26 on main
  • Loading branch information
juliusknorr authored Nov 23, 2023
2 parents e59299a + 25a6786 commit da023ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']
server-versions: ['master', 'stable28']

services:
mysql:
Expand Down

0 comments on commit da023ad

Please sign in to comment.