We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ab297 commit a4fee30Copy full SHA for a4fee30
1 file changed
.github/workflows/test.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: 'Psalm'
37
run: |
38
composer require --dev vimeo/psalm
39
- php vendor/bin/psalm --shepherd
+ php vendor/bin/psalm --shepherd --php-version=${{ matrix.php }}
40
if: '${{ matrix.php >= 7.1 }}'
41
continue-on-error: '${{ matrix.failure }}'
42
- name: 'Infection'
0 commit comments