From 79a14632d64e5d82e78989fbace056a7cb55d470 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 17 Feb 2021 15:08:25 +0100 Subject: [PATCH 1/2] Remove obsolete pipeline php72-master Master (which is Nextcloud 22) doesn't support PHP 7.2 any more. Signed-off-by: Vincent Petry --- .drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index f54ee240..d149074c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -231,24 +231,6 @@ trigger: - pull_request - push ---- -kind: pipeline -name: php72-master - -steps: - - name: php72-master - image: nextcloudci/php7.2:php7.2-12 - commands: - - make test-master - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - --- kind: pipeline name: php73-master From 935c30f23d23a1201df5dd1375610c2c09611b6e Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 26 Feb 2021 10:09:42 +0100 Subject: [PATCH 2/2] Update expected master version Signed-off-by: Vincent Petry --- tests/features/master.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/master.feature b/tests/features/master.feature index c78df625..888fa8b7 100644 --- a/tests/features/master.feature +++ b/tests/features/master.feature @@ -7,6 +7,6 @@ Feature: CLI updater - master base And the version number is decreased in the config.php to enforce upgrade When the CLI updater is run successfully And the output should contain "Update successful" - Then the installed version should be 20.0 + Then the installed version should be 22.0 And maintenance mode should be off And upgrade is not required