Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 27 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 May 17, 2023
1 parent f56efee commit fb48a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
nextcloud-versions: ['master', 'stable26']
nextcloud-versions: ['master', 'stable27', 'stable26']
include:
- php-versions: '7.4'
nextcloud-versions: 'stable25'
Expand Down

0 comments on commit fb48a78

Please sign in to comment.