Skip to content

Commit

Permalink
No pcov on 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipobenito committed Jul 9, 2021
1 parent 04872d1 commit cd6cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, pcov
coverage: pcov
tools: composer:v2

- run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
Expand All @@ -60,6 +59,7 @@ jobs:
run: |
composer require pcov/clobber
vendor/bin/pcov clobber
if: "matrix.php != '7.0'"

- run: composer update --no-progress ${{ matrix.composer-flags }}

Expand Down

0 comments on commit cd6cf4b

Please sign in to comment.