We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2537f7 commit d75167dCopy full SHA for d75167d
.github/workflows/static.yml
@@ -51,9 +51,4 @@ jobs:
51
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
52
53
- name: Static analysis
54
- if: matrix.php == '8.0'
55
- run: vendor/bin/psalm --shepherd --stats --output-format=checkstyle --php-version=${{ matrix.php }} --config=psalm-8.0.xml | cs2pr --graceful-warnings --colorize
56
-
57
- - name: Static analysis
58
- if: matrix.php != '8.0'
59
- run: vendor/bin/psalm --shepherd --stats --output-format=checkstyle --php-version=${{ matrix.php }} --config=psalm.xml | cs2pr --graceful-warnings --colorize
+ run: vendor/bin/psalm --shepherd --stats --output-format=checkstyle --php-version=${{ matrix.php }} | cs2pr --graceful-warnings --colorize
psalm-8.0.xml
0 commit comments