Skip to content

Commit d47cc39

Browse files
committed
Relax Psalm version constraint in GitHub workflow
1 parent 6baf7a0 commit d47cc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: composer update
2323

2424
- name: Install Psalm
25-
run: composer require --dev vimeo/psalm:6.16.1
25+
run: composer require --dev vimeo/psalm:*
2626

2727
- name: Run Psalm
2828
run: ./vendor/bin/psalm --no-cache

0 commit comments

Comments
 (0)