Skip to content

Commit

Permalink
Disable XDebug on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 15, 2021
1 parent 41433ee commit aa1e089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: ${{ matrix.coverage-driver }}
ini-values: memory_limit=512M
ini-values: memory_limit=512M, xdebug.mode=off
tools: composer:v2

- name: Get composer cache directory
Expand Down

0 comments on commit aa1e089

Please sign in to comment.