Skip to content

Commit deaa311

Browse files
committed
ci: fix phpunit param error on php8.1
1 parent 90535d9 commit deaa311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Docs: https://getcomposer.org/doc/articles/scripts.md
5757

5858
- name: Run test suite
59-
run: phpunit -v
59+
run: phpunit
6060

6161
# git status && git log -1 && git fetch --tags --force
6262
# git status && git log -1 && git fetch --prune --unshallow

0 commit comments

Comments
 (0)