Skip to content

Commit

Permalink
require Psalm >=4
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderer committed Jun 3, 2024
1 parent 8727528 commit 4e3a622
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:
continue-on-error: '${{ matrix.failure }}'
- name: 'Psalm'
run: |
composer require --dev vimeo/psalm
composer require --dev 'vimeo/psalm=^4.0|^5.0'
php vendor/bin/psalm --shepherd --php-version=${{ matrix.php }}
continue-on-error: '${{ matrix.failure }}'
- name: 'Infection'
Expand Down

0 comments on commit 4e3a622

Please sign in to comment.