Skip to content

Commit 1c56bb7

Browse files
authored
Merge pull request #943 from Kit/tests-fix-phpstan
Tests: Run Static Analysis on PHP 8.0+
2 parents 71c33a2 + 58826b7 commit 1c56bb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,5 @@ jobs:
146146
# Run PHPStan for static analysis.
147147
- name: Run PHPStan Static Analysis
148148
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' }}
149150
run: php vendor/bin/phpstan analyse --memory-limit=1250M

0 commit comments

Comments
 (0)