Skip to content

Commit

Permalink
Merge pull request #1507 from nextcloud/update-stable29-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 29 on stable29
  • Loading branch information
st3iny authored Apr 3, 2024
2 parents 5196c10 + 61a730e commit 1bed3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable29' ]
db: ['sqlite']

name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable29' ]
browser: [ 'firefox' ]
db: [ 'mysql' ]

Expand Down

0 comments on commit 1bed3b5

Please sign in to comment.