Skip to content

Commit

Permalink
Disable Xdebug on CI
Browse files Browse the repository at this point in the history
As long as we are not collection code coverage data, we can avoid
loading Xdebug and avoid the (albeit small) performance penalty.
  • Loading branch information
oliverklee authored and mjaschen committed Mar 26, 2024
1 parent 12c3885 commit 35b8976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: xdebug
coverage: none
tools: pecl
extensions: curl,fileinfo,zip

Expand Down

0 comments on commit 35b8976

Please sign in to comment.