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 <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Nov 23, 2023
1 parent daf41c5 commit 46ad512
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.1']
server-versions: ['master', 'stable26']
server-versions: ['master', 'stable28', 'stable27', 'stable26']

services:
mysql:
Expand Down

0 comments on commit 46ad512

Please sign in to comment.