Skip to content

Commit d71c239

Browse files
Revert "Load Xdebug, but do not enable it"
This reverts commit e011cbd.
1 parent ec7ba47 commit d71c239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
uses: shivammathur/setup-php@v2
5656
with:
5757
php-version: 8.3
58-
extensions: none, iconv, json, phar, tokenizer, xdebug
59-
ini-values: xdebug.mode=off
58+
extensions: none, iconv, json, phar, tokenizer
59+
coverage: none
6060
tools: none
6161

6262
- name: Run PHP-CS-Fixer

0 commit comments

Comments
 (0)