Skip to content

Commit

Permalink
Turn off Xdebug in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Mar 20, 2024
1 parent 3f2de79 commit 71fcea3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/zz-php.ini
Expand Up @@ -4,3 +4,6 @@ error_reporting = E_ALL & ~E_DEPRECATED
date.timezone = "UTC"
sendmail_path = "true"
memory_limit = 512M

[xdebug]
xdebug.mode = off

0 comments on commit 71fcea3

Please sign in to comment.