Skip to content

Commit 3df692c

Browse files
committed
ci: fixes step
1 parent 13cf46e commit 3df692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: composer update --${{ matrix.dependency-version }} --ansi --no-interaction --prefer-dist
6161

6262
- name: Force PHPUnit version
63-
run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }} --update-with-dependencies -n --ansi
63+
run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }} --with-all-dependencies -n --ansi
6464

6565
- name: Unit Tests
6666
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)