Skip to content

Commit

Permalink
Disable coverage on dev stability check
Browse files Browse the repository at this point in the history
We don't really need it here and it causes issue sebastianbergmann/php-code-coverage#887
  • Loading branch information
ostrolucky committed Dec 6, 2021
1 parent d6cbe97 commit 69b5d51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-dev-stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"
dependencies:
- "highest"
stability:
- "dev"
symfony-require:
- ""
- "5.*"
- "6.*"
symfony-deprecations-helper:
- ""
Expand Down Expand Up @@ -57,4 +55,4 @@ jobs:
composer-options: "--prefer-dist"

- name: "Run PHPUnit"
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
run: "vendor/bin/phpunit"

0 comments on commit 69b5d51

Please sign in to comment.