From 583d5f1cda0deb97910c10e8896f0fc4d8d957fa Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 20 Mar 2018 13:41:23 +0100 Subject: align compliance tests Signed-off-by: Arthur Schiwon --- .drone.yml | 2 +- appinfo/info.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8aeb987..1fd1d6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ clone: pipeline: check-app-compatbility: - image: nextcloudci/php5.6:php5.6-3 + image: nextcloudci/php7.1:php7.1-16 environment: - APP_NAME=impersonate - CORE_BRANCH=master diff --git a/appinfo/info.xml b/appinfo/info.xml index c261e4c..8b4db01 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,6 @@ The administrator is then logged-in as the user, to switch back to the regular u 1.0.3 agpl - tools Nextcloud Impersonate -- cgit v1.2.3 From c4cec548f12a43ad3d52eb98d35e01b61ad3313b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 20 Mar 2018 13:45:02 +0100 Subject: and attempt to fix 5.6 tests while at it Signed-off-by: Arthur Schiwon --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1fd1d6d..80832bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ pipeline: image: nextcloudci/php5.6:php5.6-3 environment: - APP_NAME=impersonate - - CORE_BRANCH=master + - CORE_BRANCH=stable12 - DB=sqlite commands: - apt update && apt-get -y install php5-xdebug -- cgit v1.2.3 From c3473c6b78b9d2d4b7ca38ca4de57c9d4dd0a57b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 20 Mar 2018 14:03:35 +0100 Subject: and all other branches must test against 13 Signed-off-by: Arthur Schiwon --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 80832bb..f212bde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-16 environment: - APP_NAME=impersonate - - CORE_BRANCH=master + - CORE_BRANCH=stable13 - DB=sqlite commands: # Pre-setup steps @@ -27,7 +27,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=impersonate - - CORE_BRANCH=master + - CORE_BRANCH=stable13 - DB=sqlite commands: # Pre-setup steps @@ -67,7 +67,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-2 environment: - APP_NAME=impersonate - - CORE_BRANCH=master + - CORE_BRANCH=stable13 - DB=sqlite commands: # Pre-setup steps @@ -85,7 +85,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-3 environment: - APP_NAME=impersonate - - CORE_BRANCH=master + - CORE_BRANCH=stable13 - DB=sqlite commands: # FIXME: Move into Docker image -- cgit v1.2.3