-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Fixed for 8.4 #5537
Fixed for 8.4 #5537
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5537 +/- ##
==========================================
- Coverage 70.91% 70.90% -0.02%
==========================================
Files 108 108
Lines 16715 16715
Branches 3061 3061
==========================================
- Hits 11854 11852 -2
- Misses 4805 4807 +2
Partials 56 56 ☔ View full report in Codecov by Sentry. |
41b402d
to
8ddaec4
Compare
8ddaec4
to
beed9c3
Compare
In (rewritten) commit for |
Failures in CI seems related to deprecation in test code. |
The output format of exceptions in PHP 8.4 has changed, so the unit tests need to be updated. I'm currently working on it. |
Minimal fix tested with 8.4.0RC2