Skip to content

Commit 22db842

Browse files
No more v1 on PHP 7
1 parent 615bebf commit 22db842

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 --1; composer install
27+
run: composer self-update; composer install
2828

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

0 commit comments

Comments
 (0)