diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index a22258128cb..a248e4d57c9 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: |