Skip to content

Commit e011cbd

Browse files
Load Xdebug, but do not enable it
1 parent c396291 commit e011cbd

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
59-
coverage: none
58+
extensions: none, iconv, json, phar, tokenizer, xdebug
59+
ini-values: xdebug.mode=off
6060
tools: none
6161

6262
- name: Run PHP-CS-Fixer

0 commit comments

Comments
 (0)