We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71c33a2 + 58826b7 commit 1c56bb7Copy full SHA for 1c56bb7
1 file changed
.github/workflows/coding-standards.yml
@@ -146,4 +146,5 @@ jobs:
146
# Run PHPStan for static analysis.
147
- name: Run PHPStan Static Analysis
148
working-directory: ${{ env.PLUGIN_DIR }}
149
+ if: ${{ matrix.php-versions == '8.0' || matrix.php-versions == '8.1' || matrix.php-versions == '8.2' || matrix.php-versions == '8.3' || matrix.php-versions == '8.4' }}
150
run: php vendor/bin/phpstan analyse --memory-limit=1250M
0 commit comments