Skip to content

Commit e13194a

Browse files
Load Xdebug for end-to-end tests
1 parent 71db4ef commit e13194a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233

234234
env:
235235
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, soap, tokenizer, xml, xmlwriter, pcntl
236-
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
236+
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On, xdebug.mode=off
237237

238238
strategy:
239239
fail-fast: false
@@ -275,6 +275,7 @@ jobs:
275275
php-version: ${{ matrix.php-version }}
276276
extensions: ${{ env.PHP_EXTENSIONS }}
277277
ini-values: ${{ env.PHP_INI_VALUES }}
278+
coverage: xdebug
278279
tools: none
279280

280281
- name: Get Composer cache directory

0 commit comments

Comments
 (0)