We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe6f82 commit 9c13fa1Copy full SHA for 9c13fa1
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
run: echo "COVERAGE=1" >> $GITHUB_ENV
63
64
- name: Run PHPUnit
65
- run: vendor/bin/simple-phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
+ run: vendor/bin/phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
66
67
- name: Run PHP CS Fixer
68
if: matrix.latest
0 commit comments