Skip to content

Commit a32a097

Browse files
committed
add support symfony 70
1 parent 5250b92 commit a32a097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
run: composer install
8282

8383
- name: Run PHPUnit tests
84-
run: vendor/bin/simple-phpunit
84+
run: vendor/bin/phpunit
8585
if: matrix.coverage == 'none'
8686

8787
- name: PHPUnit tests and Log Code coverage
88-
run: vendor/bin/simple-phpunit --coverage-clover=coverage.xml
88+
run: vendor/bin/phpunit --coverage-clover=coverage.xml
8989
if: matrix.coverage == 'xdebug'
9090

9191
- name: Run codecov

0 commit comments

Comments
 (0)