-
Notifications
You must be signed in to change notification settings - Fork 92
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
[8.x] Support Laravel 11 #158
Conversation
@ricardogobbosouza Could you please merge and release this one? |
Thanks for kicking-off the tests. I thought they were running well, however I'll have a look at it! |
@ricardogobbosouza They should run fine now with the latest commit, see similar issue description here: orchestral/testbench-core#194 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #158 +/- ##
============================================
- Coverage 96.53% 96.40% -0.14%
+ Complexity 168 167 -1
============================================
Files 21 21
Lines 462 445 -17
============================================
- Hits 446 429 -17
Misses 16 16 ☔ View full report in Codecov by Sentry. |
Laravel 11 will be released in March, this PR prepares this package for Laravel 11. It also:
It think this one should be merged into the next major release of this package.