Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 26 on stable26
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Mar 3, 2023
1 parent 1b52d47 commit a943887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .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

0 comments on commit a943887

Please sign in to comment.