From c1423eec2484ea3f48ba643dce9ae2a761159329 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 4 Feb 2018 14:08:48 +0100 Subject: [PATCH] Use a phan version instead of master Signed-off-by: Roeland Jago Douma --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 986c03e20d..63c9b191fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,10 +46,10 @@ pipeline: matrix: TESTS: syntax-php7.1 phan: - image: nextcloudci/php7.1:php7.1-15 + image: nextcloudci/php7.2:php7.2-11 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: