diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-04 14:08:48 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-02-06 14:20:30 +0100 |
commit | c1423eec2484ea3f48ba643dce9ae2a761159329 (patch) | |
tree | 43d5658adaef0c4503216752dd0a65aa7f66c907 /.drone.yml | |
parent | 0fc97b21042fac18bb97b2a88c4610ccbb0c513a (diff) | |
download | nextcloud-server-c1423eec2484ea3f48ba643dce9ae2a761159329.tar.gz nextcloud-server-c1423eec2484ea3f48ba643dce9ae2a761159329.zip |
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.yml | 4 |
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: |