Skip to content

Commit

Permalink
Remove unsupported --verbose PHPUnit option
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 21, 2023
1 parent 461687f commit 8092fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
composer-options: "${{ env.COMPOSER_OPTIONS }} --prefer-stable"

- name: "Collect code coverage with Xdebug and phpunit/phpunit"
run: "vendor/bin/phpunit -c phpunit.xml.dist --verbose --exclude-group compare --coverage-clover=coverage.clover --coverage-text --colors"
run: "vendor/bin/phpunit -c phpunit.xml.dist --exclude-group compare --coverage-clover=coverage.clover --coverage-text --colors"

- name: "Upload coverage to Codecov"
uses: "codecov/[email protected]"
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
cp /tmp/browscap.ini resources/browscap.ini
- name: "Compare get_browser to browscap-php results"
run: "vendor/bin/phpunit -c phpunit.xml.dist --verbose --no-coverage --group compare --colors"
run: "vendor/bin/phpunit -c phpunit.xml.dist --no-coverage --group compare --colors"

roave-backwards-compatibility-check:
name: "Check for Backward Compatibility breaks"
Expand Down

0 comments on commit 8092fee

Please sign in to comment.