Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 30 on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent 50303da commit ab4168a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master', 'stable29']
php-versions: ['8.1']
server-versions: ['master', 'stable30', 'stable29']

steps:
- name: Set app env
Expand Down

0 comments on commit ab4168a

Please sign in to comment.