Skip to content

Commit 2ca6f24

Browse files
committed
Attempting to change code coverage driver to see if this fixes core dumped error
1 parent 4c797fd commit 2ca6f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: "Install PHP with extensions"
3232
uses: "shivammathur/setup-php@v2"
3333
with:
34-
coverage: "pcov"
34+
coverage: "xdebug"
3535
php-version: "${{ matrix.php-version }}"
3636
tools: composer:v2
3737

0 commit comments

Comments
 (0)