Skip to content

Commit d75167d

Browse files
committed
fix psalm
1 parent d2537f7 commit d75167d

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/static.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,4 @@ jobs:
5151
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
5252

5353
- 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
54+
run: vendor/bin/psalm --shepherd --stats --output-format=checkstyle --php-version=${{ matrix.php }} | cs2pr --graceful-warnings --colorize

psalm-8.0.xml

-17
This file was deleted.

0 commit comments

Comments
 (0)