-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Upgrade to Symfony 6.0 #1277
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
Upgrade to Symfony 6.0 #1277
Conversation
8036ce0
to
000f49d
Compare
a118c41
to
9ab2766
Compare
Great PR :) |
29705cb
to
5d3540b
Compare
@stof what do you propose to fix the bugs reported by the "Lint / Linters (8.0)" GitHub action?
Thanks! |
Most of the errors have 2 sources:
In both cases, the fix for this PR is the same: running |
btw, phpstan should be installed through require-dev instead of relying on a global install in github actions, so that the second point (changes due to changing the version of phpstan) only happens when actually updating the phpstan dependency. |
Christophe, I've done what you proposed ... and it worked like a charm 😍 Thanks a lot! I think this PR is now ready. |
e06e266
to
c15cb7e
Compare
No description provided.