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 6758a3f commit 7956ee0Copy full SHA for 7956ee0
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Run static analysis (psalm)
65
if: matrix.composer-flags != '--prefer-lowest'
66
- run: ./vendor/bin/psalm --php-version=${{ matrix.php }}
+ run: ./vendor/bin/psalm --version && ./vendor/bin/psalm --php-version=${{ matrix.php }}
67
68
- name: Remove psalm (to allow PHPUnit 11+)
69
0 commit comments