-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix PHPUnit segfault in build checks with PHP 7.4 #122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue was already fixed. You should change xdebug to version 2. Please check the authentication repo for reference.
Aah nice! Thought the fix was adding a memory limit. |
92bea07
to
048ac05
Compare
0e739a4
to
987de1b
Compare
987de1b
to
807fe26
Compare
807fe26
to
06b5d68
Compare
@SilasKenneth I've set coverage to only run with PHP 8.0 and disabled coverage checks with other PHP versions since PHPUnit only throws the segmentation fault when Xdebug coverage is enabled and run with PHP 7.4 |
That looks okay for now. Eventually, we will have to drop support for PHP 7.4. |
Quality Gate passedIssues Measures |
No description provided.