-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #227 Add support for sylius 1.11, drop support for sylius 1.9 (…
…SirDomin) This PR was merged into the 1.0-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | Related tickets | Commits ------- 6e86cf1 [Build] remove php 7.4 from workflow f43a96b add phpstan array description 6557b27 [Support] drop support to sylius 1.9, add support to sylius 1.11 ffeb95a bring back 7.4
- Loading branch information
Showing
17 changed files
with
31 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,16 +18,14 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: ["8.0", "7.4"] | ||
php: ["7.4", "8.0"] | ||
node: ["10.x"] | ||
mysql: ["5.7", "8.0"] | ||
symfony: ["^4.4", "^5.2"] | ||
sylius: ["~1.9.0", "~1.10.0"] | ||
|
||
symfony: ["^4.4", "^5.4"] | ||
sylius: ["~1.10.0", "^1.11.0-alpha"] | ||
exclude: | ||
- | ||
php: "8.0" | ||
sylius: "~1.9.0" | ||
- php: "7.4" | ||
sylius: "^1.11.0-alpha" | ||
env: | ||
APP_ENV: test | ||
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ DATABASE_URL=mysql://[email protected]/sylius_pay_pal_plugin_%kernel.environment% | |
# Delivery is disabled by default via "null://localhost" | ||
MAILER_URL=smtp://localhost | ||
###< symfony/swiftmailer-bundle ### | ||
MESSENGER_TRANSPORT_DSN=doctrine://default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
tests/Application/config/sylius/1.9/packages/dev/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
tests/Application/config/sylius/1.9/packages/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
tests/Application/config/sylius/1.9/packages/prod/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
159 changes: 0 additions & 159 deletions
159
tests/Application/config/sylius/1.9/packages/security.yaml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
tests/Application/config/sylius/1.9/routes/sylius_admin_api.yaml
This file was deleted.
Oops, something went wrong.