File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 run : bash ci/run_tests_dockerized.sh ${{ matrix.PHP_VERSION }}
4949
5050 - name : Run static analysis (PHP 7.2 only)
51- run : if [[ "$STATIC_ANALYSIS" == true ]]; then bash ci/run_phpstan_dockerized.sh ${{ matrix.PHP_VERSION }}; fi
51+ run : if [[ "${{ matrix. STATIC_ANALYSIS }} " == true ]]; then bash ci/run_phpstan_dockerized.sh ${{ matrix.PHP_VERSION }}; fi
Original file line number Diff line number Diff line change 66# This installs and runs phpstan
77# TODO: Remove separate phpstan install step after https://github.com/microsoft/tolerant-php-parser/pull/385 is merged
88if [ ! -d vendor/phpstan/phpstan ]; then
9- composer.phar require --dev phpstan/phpstan@ ^1.8
9+ composer.phar require --dev phpstan/phpstan= ^1.8
1010fi
1111./vendor/bin/phpstan analyze
You can’t perform that action at this time.
0 commit comments