-
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.
refactor #263 [Maintenance] Add support for Symfony 6 (NoResponseMate)
This PR was merged into the 1.5-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | Related tickets | - Commits ------- e5559ce [Maintenance] Remove sylius 1.10 leftovers 3095304 [Maintenance] Fix incorrect spec location dfbf928 [Maintenance] Conditional Swiftmailer/Symfony Mailer config 902015f [Maintenance] Use request stack for flash setting 32ef0ab [Maintenance] Allow usage with sylius 1.12 and symfony 6 d045553 [Maintenance] Use only the new security config file e287815 [Maintenance] Add deprecation notices for flash bags
- Loading branch information
Showing
38 changed files
with
230 additions
and
325 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 |
---|---|---|
|
@@ -22,12 +22,12 @@ jobs: | |
php: ["8.0", "8.1"] | ||
node: ["16.x"] | ||
mysql: ["5.7", "8.0"] | ||
symfony: ["^4.4", "^5.4"] | ||
sylius: ["1.11.*", "~1.12.x-dev"] | ||
symfony: ["^5.4", "^6.0"] | ||
sylius: ["~1.11.0", "~1.12.x-dev"] | ||
exclude: | ||
- | ||
symfony: "^4.4" | ||
sylius: "~1.12.x-dev" | ||
symfony: "^6.0" | ||
sylius: "~1.11.0" | ||
env: | ||
APP_ENV: test | ||
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}" | ||
|
@@ -120,12 +120,6 @@ jobs: | |
name: Install JS dependencies | ||
run: (cd tests/Application && yarn install) | ||
|
||
- | ||
name: Prepare configuration for Sylius 1.10 | ||
if: matrix.sylius == '1.10.*' | ||
run: | | ||
rm tests/Behat/Resources/suites.yml | ||
cp tests/Behat/Resources/sylius-1.10/suites.yml tests/Behat/Resources | ||
- | ||
name: Prepare test application database | ||
run: | | ||
|
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
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 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
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
Oops, something went wrong.