-
Notifications
You must be signed in to change notification settings - Fork 59
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
Spring gardening: Symfony 7 support #762
Spring gardening: Symfony 7 support #762
Conversation
11ac386
to
29409c0
Compare
Hey @Ocramius Can we do anything to allow symfony/console ^7.0 without breaking the CI, or would you rather address the newly reported issues? |
@michael-rubel I suggest trying a very minimal Also, let's please bump the range: don't widen it. |
Yeah, I tried that minimal update at first but psalm and some other packages want to upgrade before it installs v7. |
Would suggest helping with #732 first then :) |
It looks like the bot already tried the update in #753 The #732 is a bit stale. It probably makes sense to bump the lock to the latest versions and then address the issues, because for example psalm is required at least from 5.16 as it's the version when they added support for Symfony 7 (ref: https://github.com/vimeo/psalm/releases/tag/5.16.0). |
That was already attempted in #730: needs work :) |
Hell, I'll see if I have spare time for this. |
The project needs some spring gardening work, basically :D |
src/DetectChanges/BCBreak/FunctionBased/ParameterDefaultValueChanged.php
Outdated
Show resolved
Hide resolved
@Ocramius It seems that everything passes on PHP 8.2+ |
symfony/console
^7.0 and update dependenciesThere 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.
Looking good! I haven't dug in depth, since I'm multitasking like crazy, but I think we should hunt down the last few suppressions first.
I know it's annoying, but it takes so many days to recover from going below threshold @_@
src/DetectChanges/BCBreak/FunctionBased/ParameterDefaultValueChanged.php
Outdated
Show resolved
Hide resolved
@Ocramius Ping 👋 |
@michael-rubel I need to let this sit for a bit: currently stuck with pre-easter-vacation-deadlines-everywhere. Do ping again if stuck after Easter! |
@Ocramius how's it going? 😁 |
Only one failure, and it's not really part of the public API of this package anyway: nice!
Let's 🚢 this |
About
Symfony 7 is required for seamless usage with Laravel 11.