-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Php 84 support #330
Php 84 support #330
Conversation
I have no clue why phpstan is failing. There is no |
You need to change the following Line:
to
|
I see, it seems like it did some weird stuff because I didn't have this line in my repository. It looks like it was added recently. I synced the fork and merged main into my branch. It is changed now and the tests are successful. |
@taylorotwell I see you marked the PR as draft, but the CI issues were already fixed. Any feedback I need to process before we can review again? |
I think he is waiting for a review from @nunomaduro (See the reviewers section on the right side) |
@nunomaduro hi, could you release it?? thanks |
This pull request attempts to upgrade
laravel-zero/framework
v11.To do this, support for PHP 8.2 had to be dropped. (source)
The original reason behind this upgrade is because of deprecation warnings in the
nesbot/carbon
dependency while running on PHP 8.4:This deprecation warnings are resolved in version 3 in Carbon, but this version is only supported in Laravel 11. So that's why I thought this bit of system maintenance could be helpful. It does drop support for PHP 8.1 but that version hasn't been in active support for over a year.
Let me know if anything else is needed. Keep up the great work! 🚀