Skip to content

Commit

Permalink
ci(config): test against related NC version
Browse files Browse the repository at this point in the history
- tests NC27
- bump humbug/box

Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Sep 13, 2023
1 parent e5a36ce commit a5ea71b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/test-master.yml

This file was deleted.

9 changes: 2 additions & 7 deletions .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.4", "8.0"]
nextcloud-versions: ["19", "20", "21"]
exclude:
- php-versions: "8.0"
nextcloud-versions: "19"
- php-versions: "8.0"
nextcloud-versions: "20"
php-versions: ["8.0", "8.1", "8.2"]
nextcloud-versions: ["27"]

name: test-stable

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: updater.phar

box:
curl -L https://github.com/box-project/box/releases/download/3.11.1/box.phar -o box
curl -L https://github.com/box-project/box/releases/download/3.16.0/box.phar -o box
chmod +x box

updater.phar: box updater.php lib/*.php buildVersionFile.php
Expand Down

0 comments on commit a5ea71b

Please sign in to comment.