Skip to content

Commit

Permalink
Merge pull request #3859 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 29 on main
  • Loading branch information
hamza221 authored Apr 2, 2024
2 parents 0cb85c9 + 09b7668 commit 11e30e7
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: ['master']
server-versions: ['master', 'stable29']

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

Expand Down

0 comments on commit 11e30e7

Please sign in to comment.