-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Check compatibility PHP 8.3
#19953
Check compatibility PHP 8.3
#19953
Conversation
…d parameter` under PHP 8
The `unique` and `exists` validators behave slightly different since 2.0.46 (issue #19407) when used on multiple/combined attributes. See: #19407 (comment)
…l()` with regard of overriding in primary model labels for attributes of related model in favor of allowing such overriding for all levels of relation nesting
* File Log writer without newline. * Fix minor correction. * Fix tests. * Add more test. * Add line to CHANGELOG.md.
* removed MIME file tests see also 0f7248c#commitcomment-127223170 * added CHANGELOG line
PR Summary
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 2.2 #19953 +/- ##
============================================
+ Coverage 67.09% 67.14% +0.04%
+ Complexity 11229 11228 -1
============================================
Files 424 424
Lines 35655 35657 +2
============================================
+ Hits 23924 23942 +18
+ Misses 11731 11715 -16
☔ View full report in Codecov by Sentry. |
I think |
Why is this PR targeting 2.2 branch instead of master? |
Hi, because first I wanted to test it in this branch to detect if anything needed to be fixed, so in a while later, i will make the PR to the master, and I will fix what is necessary. |
That sounds like just more work - master needs to be merged to 2.2 anyway, so by applying these changes to master you need to do this only once, and changes will be applied to 2.2 automatically while merging master to 2.2. I looks like you already used master as a base branch for this PR, so switching target branch should be easy and make this PR more readable (right now it contains a lot of unrelated changes). |
closed in favor #19955. |
Check compatibility with PHP
8.3
.