We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8aaa commit bed4a55Copy full SHA for bed4a55
.github/workflows/main.yml
@@ -48,4 +48,4 @@ jobs:
48
run: bash ci/run_tests_dockerized.sh ${{ matrix.PHP_VERSION }}
49
50
- name: Run static analysis (PHP 7.2 only)
51
- run: if [[ "$STATIC_ANALYSIS" == true ]]; then bash ci/run_tests_dockerized.sh ${{ matrix.PHP_VERSION }}; fi
+ run: if [[ "$STATIC_ANALYSIS" == true ]]; then bash ci/run_phpstan_dockerized.sh ${{ matrix.PHP_VERSION }}; fi
0 commit comments