Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-02-04 16:08:48 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-02-06 16:20:30 +0300
commitc1423eec2484ea3f48ba643dce9ae2a761159329 (patch)
tree43d5658adaef0c4503216752dd0a65aa7f66c907 /.drone.yml
parent0fc97b21042fac18bb97b2a88c4610ccbb0c513a (diff)
Use a phan version instead of master
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 986c03e20d3..63c9b191fc2 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: