Skip to content

Commit

Permalink
Test Nextcloud versions from 26 to 28 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 23, 2024
1 parent a302908 commit 9fda53d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@ jobs:
matrix:
node-version: [ 18.x ]
php-version: [ 8.0, 8.1, 8.2 ]
nextcloud-version-branch: [ stable24, stable25, stable26 ] # see https://github.com/nextcloud/server/branches
exclude:
- php-version: 8.2
nextcloud-version-branch: stable24
- php-version: 8.2
nextcloud-version-branch: stable25
nextcloud-version-branch: [ stable26, stable27, stable28 ] # see https://github.com/nextcloud/server/branches

name: Deploy on NC${{matrix.nextcloud-version-branch}}, PHP${{ matrix.php-version }}
env:
Expand Down

0 comments on commit 9fda53d

Please sign in to comment.