-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sylius 1.11 support #4
Sylius 1.11 support #4
Conversation
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.
After adding a Sylius' version restricting there may appear additional things to fix :P.
@@ -16,13 +16,17 @@ jobs: | |||
fail-fast: false |
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.
Can you add Sylius version to run name like here https://github.com/BitBagCommerce/SyliusWishlistPlugin/blob/master/.github/workflows/build.yml?
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.
Done
node: [10.x] | ||
mysql: [5.7, 8.0] | ||
|
||
exclude: | ||
- # Segmentation fault while clearing cache | ||
php: 8.0 | ||
mysql: 5.7 | ||
- | ||
sylius: ~1.11.0 | ||
php: 7.4 | ||
|
||
env: | ||
APP_ENV: test |
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.
There's no restricting Sylius version. We need to add this. After restricting probably exluding Sylius 1.9 and PHP 8 is going to be needed. Ref workflow https://github.com/BitBagCommerce/SyliusWishlistPlugin/blob/master/.github/workflows/build.yml
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.
Done
Co-authored-by: Jakub 'Wolen' Tobiasz <80641364+jakubtobiasz@users.noreply.github.com>
…SyliusQuadPayPlugin into feature/sylius_1_11_support
No description provided.