-
Notifications
You must be signed in to change notification settings - Fork 158
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
OP-351 - Update builds #505
Conversation
.github/workflows/build.yml
Outdated
sylius: ["~1.12.0", "~1.13.0"] | ||
node: ["18.x", "20.x"] | ||
mysql: ["8.0"] | ||
php: [ "8.1", "8.2", "8.3" ] |
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.
Sylius 1.12 has PHP ^8.0 rule.
phpstan.neon
Outdated
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.
I'm not sure whether this should be done like this. The phpstan.neon seems to be a local file like .env.local.
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: [ "8.1", "8.2", "8.3" ] |
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.
Sylius 1.12 has PHP ^8.0 rule.
No description provided.