-
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 Laravel 9 support & update to Enhance Resources v4 #26
Conversation
joeladam518
commented
Mar 4, 2022
•
edited
Loading
edited
- Drops support for PHP 7.4
- Drops support for Laravel 7
- Updates github actions to matrix laravel version in tests
Can you help talk through the v4 vs the other v4? Is this like a v3 version that dropped supported for older php, thus was a breaking change and needed new version? |
@iBotPeaches That is correct, in order to support Laravel 9 we need to drop support for PHP 7.4. Since that is a breaking change this update will become 4.x (which should be an easy update for any projects wanting to update to L9 without rebuilding the resources) and the other PR will need to become 5.x instead. |
Got it, so lets back rename some of the alpha/devs of the old v4 and repush those tags to reflect v5 then we can go forward with w/ this one. |
@iBotPeaches The v4 releases have been recreated as v5 to make room for this being v4. |