Merge pull request #8195 from nextcloud/13-8172

[stable13] Use a phan version instead of master
This commit is contained in:
Morris Jobke 2018-02-06 16:41:58 +01:00 committed by GitHub
commit b16824db31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: