Skip to content

Commit

Permalink
Merge pull request #278 from nextcloud/update-master-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 27 on master
  • Loading branch information
icewind1991 committed Jun 7, 2023
2 parents 0cf0f92 + f5dae4c commit b9f54d2
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 @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['stable24', 'stable25', 'stable26', 'master']
server-versions: ['stable24', 'stable25', 'stable26', 'stable27', 'master']

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

Expand Down

0 comments on commit b9f54d2

Please sign in to comment.