Skip to content
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

Support latest 8.x release #330

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

fulldecent
Copy link

Questions Answers
Description? Add testing support for latest PS versions
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket?
How to test? Automated tests run

@@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
presta-versions: ['1.7.4.0', '8.0.4']
presta-versions: ['1.7.4.0', '8.0.4', '8'] # These are prestashop/prestashop Docker tag versions
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting suggestion.
At this step we prefer launch phpstan for only two defined PrestaShop release.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now only the 8 version is officially supported. Source: https://github.com/PrestaShop/PrestaShop/security#supported-versions

Should I update it to just that instead?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we add « 8 », « 8.0.4 » is probably not pertinent if PHP version of the docker images are the same.
Why do you choose 8 and not latest ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was afraid that latest might be the 9 development. If there is a convention (undocumented) that latest means the latest release version then I agree that is best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants