Skip to content

Commit fec5c23

Browse files
committed
Remove invalid input 'coverage'
1 parent 22863e2 commit fec5c23

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
id: cache-env
3535
uses: shivammathur/cache-extensions@v1
3636
with:
37-
coverage: xdebug
3837
php-version: ${{ matrix.php-versions }}
3938
extensions: ${{ env.extensions }}
4039
key: ${{ env.key }}

.github/workflows/validations.yml

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Setup PHP
6262
uses: shivammathur/setup-php@v2
6363
with:
64-
coverage: none
6564
php-version: ${{ matrix.php-versions }}
6665
extensions: ${{ env.extensions }}
6766
tools: pecl

0 commit comments

Comments
 (0)