-
Notifications
You must be signed in to change notification settings - Fork 85
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
php 8.2 support #515
php 8.2 support #515
Conversation
Codecov ReportBase: 36.26% // Head: 36.26% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## 7.2.x #515 +/- ##
=========================================
Coverage 36.26% 36.26%
Complexity 286 286
=========================================
Files 27 27
Lines 1183 1183
=========================================
Hits 429 429
Misses 754 754
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Please rebase the PR to the current HEAD and then run composer update --prefer-lowest
. This may get the failing test run.
57b5fbe
to
577bfe9
Compare
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.
LGTM
@thirsch and @mimmi20 thank you both! |
local tests are running fine and ignoring the dependency, it's running on a project fine as well. Fixes #507