-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OP-273 - Feature/sylius 1.13 update (#241)
* OP-273 - remove sylius 1.11 config files * OP-273 - add missing changes from sylius upgrade guide * OP-273 - set package.json.1.13 as default packages.json * OP-273 - order composer packages in alphabetical order, remove sylius 1.11 support, update dependencies * OP-273 - update composer.json * update symfony workflow build * upgrade bitbag coding standard package * fix gh action build configuration * fix gh action config * OP-273 - temporary disable gh action on push * OP-273 - downgrade bitbag coding standards package * OP-273 - update ecs configuration * OP-273 - fix ecs * OP-273 - remove symfony flex package * fix phpspec test * OP-273 - add conflict with behat/mink-selenium2-driver * OP-273 - set 2 decimal digit in behat tests. Add node information in gh actions * OP-273 - set thousends coma in behat scenarios. * OP-273 - try to fix plugin on symfony 6 * OP-273 - restore gh actions on push
- Loading branch information
1 parent
6c54783
commit 3349335
Showing
17 changed files
with
78 additions
and
141 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 |
---|---|---|
|
@@ -14,22 +14,18 @@ on: | |
|
||
jobs: | ||
tests: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
|
||
name: "Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}" | ||
name: "Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}, Node ${{ matrix.node }}" | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: ["8.1"] | ||
symfony: ["^5.4", "^6.0"] | ||
sylius: ["~1.11.0", "~1.12.0", "1.13.x-dev as 1.13.0"] | ||
node: ["14.x"] | ||
mysql: ["8.0.36"] | ||
|
||
exclude: | ||
- sylius: ~1.11.0 | ||
symfony: "^6.0" | ||
php: [ "8.1", "8.2", "8.3" ] | ||
symfony: [ "^5.4", "^6.0" ] | ||
sylius: [ "^1.12", "^1.13" ] | ||
node: [ "18.x", "20.x" ] | ||
mysql: [ "5.7", "8.0" ] | ||
env: | ||
APP_ENV: test | ||
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}" | ||
|
@@ -139,11 +135,6 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-node-${{ matrix.node }}-yarn- | ||
- | ||
name: Copy package.json.dist to package.json | ||
if: matrix.sylius != '' | ||
run: (cd tests/Application && cp "package.json.${{ matrix.sylius }}.dist" package.json) | ||
|
||
- | ||
name: Install JS dependencies | ||
run: (cd tests/Application && yarn install) | ||
|
@@ -170,7 +161,6 @@ jobs: | |
|
||
- | ||
name: Validate composer.json | ||
if: ${{ matrix.sylius != '1.13.x-dev as 1.13.0' }} | ||
run: composer validate --ansi --strict | ||
|
||
- | ||
|
@@ -186,12 +176,10 @@ jobs: | |
|
||
- | ||
name: Run Behat | ||
if: ${{ matrix.sylius != '1.13.x-dev as 1.13.0' }} | ||
run: vendor/bin/behat --colors --strict -vvv --no-interaction --tags '~@sylius113' || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun --tags '~@sylius113' | ||
|
||
- | ||
name: Run Behat | ||
if: ${{ matrix.sylius == '1.13.x-dev as 1.13.0' }} | ||
run: vendor/bin/behat --colors --strict -vvv --no-interaction --tags '~@sylius112' || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun --tags '~@sylius112' | ||
|
||
|
||
|
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
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
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 was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
tests/Application/config/sylius/1.11/packages/swiftmailer.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
tests/Application/config/sylius/1.11/packages/test/swiftmailer.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
tests/Application/config/sylius/1.11/packages/test_cached/swiftmailer.yaml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.