-
Notifications
You must be signed in to change notification settings - Fork 0
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
add support for laravel 9 and 10 to V3 #90
Conversation
PR Review 🔍
|
PR Code Suggestions ✨
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
6caeab2
to
023e0d4
Compare
@gael-connan-cybex while we could argue if 9.x as EOL need to be required, at least 10.x should be. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, looks like there should be no reason not to do this...
Sanctum v3 to v4 doesn't have an upgrade guide, and Laravel 9 already supports Sanctum v3...
I say go!
PR Type
enhancement, configuration changes
Description
composer.json
to support Laravel 9 and 10 forilluminate/support
,laravel/framework
, andlaravel/sanctum
.orchestra/testbench
andphpunit/phpunit
.Changes walkthrough 📝
tests.yml
Update CI workflow to support Laravel 9 and 10
.github/workflows/tests.yml
composer.json
Update dependencies to support Laravel 9 and 10
composer.json
illuminate/support
,laravel/framework
, andlaravel/sanctum
tosupport Laravel 9 and 10.
orchestra/testbench
andphpunit/phpunit
to support multipleversions.