Merge pull request #8195 from nextcloud/13-8172
[stable13] Use a phan version instead of master
This commit is contained in:
commit
b16824db31
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue