Skip to content

Commit

Permalink
Merge branch '11.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 23, 2024
2 parents 241629d + 7e4dffb commit dac4a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: none, iconv, json, phar, tokenizer
coverage: none
extensions: none, iconv, json, phar, tokenizer, xdebug
ini-values: xdebug.mode=off
tools: none

- name: Run PHP-CS-Fixer
Expand Down

0 comments on commit dac4a5f

Please sign in to comment.