Skip to content

Commit

Permalink
Adjust testing matrix for Nextcloud 25 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 authored and jotoeri committed Sep 22, 2022
1 parent ddadc34 commit 3463720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['mysql']
server-versions: ['master']
server-versions: ['stable25', 'master']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}

Expand Down

0 comments on commit 3463720

Please sign in to comment.