Skip to content

Commit

Permalink
Remove invalid input 'coverage'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Mar 22, 2021
1 parent 22863e2 commit fec5c23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
id: cache-env
uses: shivammathur/cache-extensions@v1
with:
coverage: xdebug
php-version: ${{ matrix.php-versions }}
extensions: ${{ env.extensions }}
key: ${{ env.key }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: ${{ matrix.php-versions }}
extensions: ${{ env.extensions }}
tools: pecl
Expand Down

0 comments on commit fec5c23

Please sign in to comment.