Skip to content

Commit 1771298

Browse files
committed
ci: use back xdebug for coverage and remove php extensions
1 parent 0033d5d commit 1771298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php-version }}
23-
extensions: posix, mbstring
24-
coverage: pcov
23+
coverage: xdebug
2524
tools: composer:v2
2625
- name: Cache module
2726
uses: actions/cache@v2

0 commit comments

Comments
 (0)