Skip to content

Commit 3b5a551

Browse files
committed
fix
1 parent c423e45 commit 3b5a551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php }}
29-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, exif, iconv, fileinfo, grpc, pcov
30-
coverage: none
29+
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, exif, iconv, fileinfo, grpc
30+
coverage: pcov
3131

3232
- name: Setup problem matchers
3333
run: |

0 commit comments

Comments
 (0)