From 1e75f007ac8a3592c46bfb63906ed34b94d1b01b Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 4 Feb 2018 14:08:48 +0100 Subject: [PATCH 1/3] Use a phan version instead of master Signed-off-by: Roeland Jago Douma --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a22258128c..a248e4d57c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-16 commands: - composer install - - composer require --dev "phan/phan:dev-master" + - composer require --dev "phan/phan:0.11.1" - ./lib/composer/phan/phan/phan -k build/.phan/config.php - php ./build/.phan/plugin-checker.php when: From 5b5b9cbeca64ea48a76ec7fc8509fc25ed04796c Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 4 Feb 2018 14:09:54 +0100 Subject: [PATCH 2/3] Use 7.2 image Signed-off-by: Roeland Jago Douma --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a248e4d57c..6efc2b170b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ pipeline: matrix: TESTS: syntax-php7.1 phan: - image: nextcloudci/php7.1:php7.1-16 + image: nextcloudci/php7.2:php7.2-10 commands: - composer install - composer require --dev "phan/phan:0.11.1" From 67a876b7ecbb92549842a8df5c05cbfaac784c55 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 5 Feb 2018 20:42:43 +0100 Subject: [PATCH 3/3] Bump php7.2 image Signed-off-by: Roeland Jago Douma --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6efc2b170b..385138d6c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ pipeline: matrix: TESTS: syntax-php7.1 phan: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - composer install - composer require --dev "phan/phan:0.11.1" @@ -155,7 +155,7 @@ pipeline: DB: NODB PHP: 7.1 nodb-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -179,7 +179,7 @@ pipeline: DB: sqlite PHP: 7.1 sqlite-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: @@ -203,7 +203,7 @@ pipeline: DB: mysql PHP: 7.1 mysql-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql when: @@ -277,7 +277,7 @@ pipeline: DB: mysqlmb4 PHP: 7.1 mysqlmb4-php7.2: - image: nextcloudci/php7.2:php7.2-10 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 when: