Skip to content

Commit 9a950e5

Browse files
committed
Disable coverage on windows-tests; tests sometimes hang on this step
1 parent 9f8b69f commit 9a950e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
extensions: intl, mbstring, mysql, pdo, pdo_sqlite, xml
219219
tools: composer:v2
220220
ini-values: error_reporting=E_ALL
221-
coverage: xdebug
221+
coverage: none
222222

223223
- name: Setup problem matchers for PHP
224224
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)