Skip to content

Commit 9c13fa1

Browse files
committed
use normal phpunit
1 parent 6fe6f82 commit 9c13fa1

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
@@ -62,7 +62,7 @@ jobs:
6262
run: echo "COVERAGE=1" >> $GITHUB_ENV
6363

6464
- name: Run PHPUnit
65-
run: vendor/bin/simple-phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
65+
run: vendor/bin/phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
6666

6767
- name: Run PHP CS Fixer
6868
if: matrix.latest

0 commit comments

Comments
 (0)