Unverified Commit c0195cde authored by Sergei Morozov's avatar Sergei Morozov Committed by Michael Moravec

Use locked version of PHPStan to avoid accidental build failures

parent 99f7a48d
...@@ -416,7 +416,7 @@ jobs: ...@@ -416,7 +416,7 @@ jobs:
- stage: Code Quality - stage: Code Quality
env: DB=none STATIC_ANALYSIS env: DB=none STATIC_ANALYSIS
install: travis_retry composer update --prefer-dist install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse script: vendor/bin/phpstan analyse
- stage: Pull request coding standard - stage: Pull request coding standard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment