-
Notifications
You must be signed in to change notification settings - Fork 9
Update to php8 and SF6 #64
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
Conversation
8891b96
to
cc74642
Compare
cc74642
to
dc43fef
Compare
Updated the PR with @shavounet comments |
There 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.
thanks but our CI does not start on your PR, I will try to fix this
@kdurillon I made this PR to fix our CI I'm sorry but you will have to wait for it to be merged, then you'll have to rebase your PR on master, and update the CI script to work on php 8.0 and php 8.1 🙏 |
👋 the CI has been fixed on please rebase your branch on top of |
Quand tu auras bien tout rebase par rapport à master ca sera ok pour merge et release une nouvelle version majeur |
bf01a39
to
fb34ba9
Compare
I had to change min versions of predis, atoum and cs-fixer to ensure the CI passed with prefer lowest on 8.1. |
"symfony/symfony": "~5.0", | ||
"psr/cache": "~1.0" | ||
"psr/cache": "~1.0", | ||
"friendsofphp/php-cs-fixer": "^3.4" |
There 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.
"friendsofphp/php-cs-fixer": "^3.4" |
There 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.
Min version for php 8.1, see this failed ci : https://github.com/BedrockStreaming/RedisBundle/actions/runs/2232153155
There 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.
ok, we probably have to fix this directly in m6web/php-cs-fixer-config
then
it is fine to merge as is and remove it later when this will be fixed 👌
fb34ba9
to
c38cc37
Compare
c38cc37
to
b104569
Compare
There 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.
thanks :)
"symfony/symfony": "~5.0", | ||
"psr/cache": "~1.0" | ||
"psr/cache": "~1.0", | ||
"friendsofphp/php-cs-fixer": "^3.4" |
There 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.
ok, we probably have to fix this directly in m6web/php-cs-fixer-config
then
it is fine to merge as is and remove it later when this will be fixed 👌
I don't know much about the predis API but my mates approved and I'm sure you know what you're doing, so I'll merge your PR, thanks again |
released in v7.0.0 |
Compatibilité PHP8 et SF6