Skip to content

Commit 64e64da

Browse files
Skip psalm on PHP 7.0
1 parent b69ae0a commit 64e64da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tools: psalm, phpunit:${{ matrix.phpunit-versions }}
2525

2626
- name: Install dependencies
27-
run: composer self-update; composer install
27+
run: composer self-update; composer remove --dev vimeo/psalm; composer install
2828

2929
- name: PHPUnit tests
3030
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)