Skip to content

Commit 5e7e922

Browse files
committed
Update a workflow file for GitHub Actions to set up PHP with no coverage driver
1 parent f280f96 commit 5e7e922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
3030
with:
3131
php-version: ${{ matrix.php-version }}
32-
coverage: pcov
32+
coverage: none
3333
extensions: ${{ env.PHP_EXTENSIONS }}
3434

3535
- name: Prepare environment

0 commit comments

Comments
 (0)