Skip to content

Commit 7956ee0

Browse files
committed
Check version
1 parent 6758a3f commit 7956ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Run static analysis (psalm)
6565
if: matrix.composer-flags != '--prefer-lowest'
66-
run: ./vendor/bin/psalm --php-version=${{ matrix.php }}
66+
run: ./vendor/bin/psalm --version && ./vendor/bin/psalm --php-version=${{ matrix.php }}
6767

6868
- name: Remove psalm (to allow PHPUnit 11+)
6969
if: matrix.composer-flags != '--prefer-lowest'

0 commit comments

Comments
 (0)