-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Laravel 11 Support #17
Conversation
Drop support for Laravel 9 Updates workflow
@Sti3bas would be good to get your thoughts when you get a moment 😊 |
chore: updatw GitHub Actions Workflow fix: resolve feedback on composer.json
fix: add phpunit 9 to composer
@sweptsquash can you please check why |
Sure thing. Looks like this test might be one that occasionally fails as it passed on my branch |
@Sti3bas tests should now pass 😊 thank your for the feedback and taking the time to review this PR. |
@sweptsquash hmm, strange, it still fails on |
@Sti3bas I managed to find the issue that was causing this and it was an oversight on my part, made a PR for it #18 |
@sweptsquash released in https://github.com/Sti3bas/laravel-scout-array-driver/releases/tag/v4.0 Thank you very much for your contribution and help! |
This PR introduces support for Laravel 11. I've also updated Github Actions workflow to test against Laravel 9, 10 and 11 on PHP 8.0, 8.1, 8.2 and 8.3.
Linted with Laravel Pint.