skip non-existing file

This commit is contained in:
TomasVotruba 2021-05-06 14:28:50 +02:00
parent d23f205afb
commit 2381c78ba5

View File

@ -36,8 +36,6 @@ jobs:
- run: |
composer remove phpstan/phpstan --no-update
rm composer.lock
composer config repositories.phpstan/phpstan-src vcs https://github.com/phpstan/phpstan-src --ansi
composer require phpstan/phpstan-src:0.12.85 --no-update --ansi