-
Notifications
You must be signed in to change notification settings - Fork 94
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
Change min compatibility & module version #204
Conversation
tleon
commented
Apr 17, 2024
•
edited
Loading
edited
Questions | Answers |
---|---|
Description? | Since 6.0.3 introduced a big change regarding some symfony services, we decided to up the min version and release a 7.0.0 to avoid problems with the 1.7.7.x compatibility. |
Type? | improvement |
BC breaks? | no |
Deprecations? | yes |
Issue | #35886 |
How to test? | upgrade the module on 1.7.8.x and upward is ok. |
@tleon 1.7.7 need to be removed in https://github.com/PrestaShop/productcomments/blob/dev/.github/workflows/php.yml |
I think I did already didn't I ? |
@tleon Sorry, I checked the current file ;) |
@PrestaShop/qa-functional I'm not sure if it needs any functional tests :) Let us know |
@kpodemski indeed, this doesn't need manual testing as it's just version changes ^^ |