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 48
48
run : bash ci/run_tests_dockerized.sh ${{ matrix.PHP_VERSION }}
49
49
50
50
- 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 6
6
# This installs and runs phpstan
7
7
# TODO: Remove separate phpstan install step after https://github.com/microsoft/tolerant-php-parser/pull/385 is merged
8
8
if [ ! -d vendor/phpstan/phpstan ]; then
9
- composer.phar require --dev phpstan/phpstan@ ^1.8
9
+ composer.phar require --dev phpstan/phpstan= ^1.8
10
10
fi
11
11
./vendor/bin/phpstan analyze
You can’t perform that action at this time.
0 commit comments