Skip to content

Commit a4fee30

Browse files
committed
force matching PHP version for each CI job instead of inferring from composer.json
1 parent f2ab297 commit a4fee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: 'Psalm'
3737
run: |
3838
composer require --dev vimeo/psalm
39-
php vendor/bin/psalm --shepherd
39+
php vendor/bin/psalm --shepherd --php-version=${{ matrix.php }}
4040
if: '${{ matrix.php >= 7.1 }}'
4141
continue-on-error: '${{ matrix.failure }}'
4242
- name: 'Infection'

0 commit comments

Comments
 (0)