Skip to content

Commit

Permalink
upgrade to sylius 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhero committed Jun 29, 2022
1 parent d05c048 commit 4c8b275
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 364 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ jobs:
matrix:
php: ["8.0", "7.4"]
symfony: ["^4.4", "^5.2"]
sylius: ["~1.10.0", "~1.11.0", "~1.9.0"]
sylius: ["~1.11.0", "~1.10.0"]
node: ["12.x"]
mysql: ["8.0"]

exclude:
- sylius: ~1.10.0
symfony: 4.4

- sylius: ~1.11.0
symfony: ^4.4

- sylius: ~1.11.0
php: 7.4

- sylius: ~1.10.0
php: 8.0

env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^7.4 || ^8.0",
"bitbag/coding-standard": "^1.0",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0"
"sylius/sylius": "~1.10.0 || ~1.11.0"
},
"require-dev": {
"behat/behat": "^3.7",
Expand Down
10 changes: 0 additions & 10 deletions tests/Application/config/sylius/1.8/bundles.php

This file was deleted.

2 changes: 0 additions & 2 deletions tests/Application/config/sylius/1.8/packages/_sylius.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

152 changes: 0 additions & 152 deletions tests/Application/config/sylius/1.8/packages/security.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions tests/Application/config/sylius/1.8/routes/dev/twig.yaml

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions tests/Application/config/sylius/1.9/bundles.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4c8b275

Please sign in to comment.