Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: update updater testing range for 25, 26 and 27
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored and blizzz committed Sep 18, 2023
commit 545900c20cc9099c4680f5259f91c4d555524563
10 changes: 4 additions & 6 deletions .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.4", "8.0"]
nextcloud-versions: ["19", "20", "21"]
php-versions: ["8.0", "8.1", "8.2"]
nextcloud-versions: ["25", "26", "27"]
exclude:
- php-versions: "8.0"
nextcloud-versions: "19"
- php-versions: "8.0"
nextcloud-versions: "20"
- php-versions: "8.2"
nextcloud-versions: "25"

name: test-stable

Expand Down