Skip to content

Commit ad9fdfa

Browse files
committed
Remove unsupported phpunit option
1 parent eeec82d commit ad9fdfa

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
@@ -64,4 +64,4 @@ jobs:
6464
run: composer update --ansi --no-progress --prefer-dist --no-interaction ${{ matrix.composer_flags }}
6565

6666
- name: Run tests
67-
run: vendor/bin/phpunit -v --colors=always
67+
run: vendor/bin/phpunit --colors=always

0 commit comments

Comments
 (0)