Skip to content

Commit 9f542d0

Browse files
authored
Merge pull request #2 from stof/fix_ci_setup
Remove unsupported phpunit option
2 parents eeec82d + ad9fdfa commit 9f542d0

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)