Skip to content

Commit

Permalink
Merge pull request #1337 from nextcloud/update-stable26-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 26 on stable26
  • Loading branch information
nickvergessen authored Mar 10, 2023
2 parents 1b52d47 + 9b6cd49 commit 37e69ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocp-version: [ 'dev-stable22', 'dev-stable23', 'dev-stable24', 'dev-master' ]
ocp-version: [ 'dev-stable24', 'dev-stable25', 'dev-stable26', 'dev-master' ]

name: Nextcloud ${{ matrix.ocp-version }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable26' ]
db: ['sqlite']

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

Expand Down

0 comments on commit 37e69ea

Please sign in to comment.