Skip to content

Commit dac4a5f

Browse files
Merge branch '11.5'
2 parents 241629d + 7e4dffb commit dac4a5f

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)