From 69bd853ff7c18782d05833650ff1b141055bda76 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 23 Mar 2021 11:25:55 +0100 Subject: [PATCH 1/2] Update used version of box Signed-off-by: Morris Jobke --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a6ff6593d6e519919644d078cec9818a0b0ca1bb Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 23 Mar 2021 20:45:42 +0100 Subject: [PATCH 2/2] Drop PHP 7.2 support (only support up to stable19) Signed-off-by: Morris Jobke --- .drone.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) 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