-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default xdebug version #345
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@GrahamCampbell After |
PHPUnit 8.5 has now been patched to work with Xdebug 3.0. I don't know if we want to change the default back to 3.0.0, or leave it on 2.9.8, since PHPUnit 7.5 still won't work properly. |
Will test this before next release and if it is working on The |
Cool. :) |
I think xdebug 3 should be the default on PHP 7.3 or higher (but not 7.2, because it doesn't work with the latest version of phpunit which still supports PHP 7.2).
The text was updated successfully, but these errors were encountered: