-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
Php 84 upgrade #922
base: v5
Are you sure you want to change the base?
Php 84 upgrade #922
Conversation
Thanks! I'll be fine with dropping support for PHP 8.0 and dingo/api; I think we've done a good job of supporting them for a while now. |
I'm not familiar with dingo, and the 3 different composer files don't really help with figuring out what is required and what is not. I'm used to using You can find an example here. But I'm not sure if we should fit this into this merge request at all or create a separate issue for that. What do you think? |
Any update on this? What do you want me to do? |
I've removed the dependency changes completely in favor of just doing the code changes in a separate merge request to improve reviewability. |
I've been in the hospital/on recovery. I'll look at this soon. My plan is to create a branch for the next major version and do the ground work there, then point your PRs to it. |
Hmm, I think I may close this PR. I've dropped support for PHP 8, Dingo and Lumen on the |
Okay, ,they seem to work on all versions but 8.1 (code coverage is broken). Could you check that? It's not really a priority, anyway, since it's only dev deps. |
Unfortunately I can't get the dependencies to work. It's a bit of a mess with a separate lowest.composer.json and I can't wrap my head around it. Even with the tests being successful, it seems like the coverage statistics are failing. On my own packages I normally only collect coverage data for the latest stable php/laravel version. Maybe that could help? It all just becomes a bit more complicated when you try to run coverage on pestphp V1 and V2. |
The dev dependencies were a bit outdated. I've updated them where I could without breaking tests, but especially in the lower versions it was unclear to me which versions were still supported.
Besides the dependency upgrades, I've resolved the deprecations warnings for PHP 8.4.