-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: prepare for laravel 11 #61
chore: prepare for laravel 11 #61
Conversation
@danielme85 It's now running well with Laravel 10, however for Laravel 11 the dependency |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
============================================
- Coverage 96.73% 93.05% -3.69%
+ Complexity 118 111 -7
============================================
Files 13 13
Lines 276 288 +12
============================================
+ Hits 267 268 +1
- Misses 9 20 +11 ☔ View full report in Codecov by Sentry. |
thanks @joostdebruijn 👍 , we might just have to wait for laravel-mongodb to update their package requirements. |
I think I'll separate out all mongodb testing and skip them for L11 then make an alpha release or something ¯_(ツ)_/¯ Silly to be held back if you don't use mongodb at all. |
@danielme85 Yesterday they merged this one: mongodb/laravel-mongodb#2735, so they have L11 support on their dev now. |
Aright all good, thanks! |
Prepares for the release of Laravel 11 within a few weeks.