Skip to content

Commit

Permalink
Merge pull request #79 from BitBagCommerce/OP-532
Browse files Browse the repository at this point in the history
OP-532 - installation.md - new standard
  • Loading branch information
senghe authored Sep 16, 2024
2 parents a0b3ff5 + 991a785 commit 5a8e449
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 180 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,19 @@ jobs:
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: ["^5.4", "^6.0"]
sylius: ["^1.12", "^1.13"]
sylius: ["~1.12.0", "~1.13.0"]
node: [ "18.x", "20.x" ]
mysql: ["8.0"]
exclude:
- sylius: ^1.13
php: 8.0
- sylius: ^1.12
php: 8.0
symfony: ^6.4
- sylius: "~1.13.0"
php: "8.0"
- sylius: "~1.12.0"
php: "8.0"
symfony: "^6.4"
- sylius: "~1.12.0"
php: "8.3"
symfony: "^6.0"

env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down Expand Up @@ -177,7 +181,7 @@ jobs:

-
name: Upload Behat logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: Behat logs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ We work on stable, supported, and up-to-date versions of packages. We recommend
|----------------------|----------------|
| PHP | ^8.0 |
| sylius/refund-plugin | ^1.0.0 |
| sylius/sylius | ~1.11 or ~1.12 |
| sylius/sylius | ~1.12 or ~1.13 |


## Configuration:
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 @@
"php": "^8.0",
"ext-json": "*",
"sylius/refund-plugin": "^1.0",
"sylius/sylius": "^1.12 || ^1.13",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"twig/extra-bundle": "^3.4",
"symfony/webpack-encore-bundle": "^1.16"
},
Expand Down
Loading

0 comments on commit 5a8e449

Please sign in to comment.