diff --git a/.drone.yml b/.drone.yml index 44cc6a40..762588bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,24 +15,6 @@ trigger: - pull_request - push ---- -kind: pipeline -name: php72-cli - -steps: - - name: php72-cli - image: nextcloudci/php7.2:php7.2-14 - commands: - - make test-cli - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - --- kind: pipeline name: php73-cli @@ -68,25 +50,6 @@ trigger: event: - pull_request - push - ---- -kind: pipeline -name: php72-stable19 - -steps: - - name: php72-stable19 - image: nextcloudci/php7.2:php7.2-14 - commands: - - make test-stable19 - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - --- kind: pipeline name: php73-stable19 diff --git a/Makefile b/Makefile index 7b9e88f2..ff921420 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: updater.phar box: - curl -L https://github.com/box-project/box2/releases/download/2.7.4/box-2.7.4.phar -o box + curl -L https://github.com/box-project/box/releases/download/3.11.1/box.phar -o box chmod +x box updater.phar: box updater.php lib/*.php buildVersionFile.php