Skip to content

Commit

Permalink
force matching PHP version for each CI job instead of inferring from …
Browse files Browse the repository at this point in the history
…composer.json
  • Loading branch information
thunderer committed Jan 13, 2022
1 parent f2ab297 commit a4fee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: 'Psalm'
run: |
composer require --dev vimeo/psalm
php vendor/bin/psalm --shepherd
php vendor/bin/psalm --shepherd --php-version=${{ matrix.php }}
if: '${{ matrix.php >= 7.1 }}'
continue-on-error: '${{ matrix.failure }}'
- name: 'Infection'
Expand Down

0 comments on commit a4fee30

Please sign in to comment.