Skip to content

Commit

Permalink
删除 phpunit 中的 -v 参数
Browse files Browse the repository at this point in the history
* phpunit从10开始不再支持此参数,加上也没有效果

* phpunit从10.2.4开始,删除了此参数,加上就报错
  • Loading branch information
YepYuYu authored and liu21st committed Jul 10, 2023
1 parent 87911c8 commit bf3579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
run: composer exec -- phpunit -v
run: composer exec -- phpunit
env:
TESTS_DB_MYSQL_HOST: 127.0.0.1
TESTS_DB_MYSQL_PORT: 3306
Expand Down

0 comments on commit bf3579a

Please sign in to comment.