Skip to content

Commit

Permalink
OP-375 - Workflows build.yml has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Jul 22, 2024
1 parent d82d6bb commit fe83a68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0"]
php: ["8.0", "8.1", "8.2"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.11.0", "~1.12.0"]
sylius: ["~1.12.0", "~1.13.0"]
node: ["14.x"]
mysql: ["5.7", "8.0"]

exclude:
- sylius: ~1.11.0
symfony: ^6.0
- sylius: "~1.13.0"
php: "8.0"

env:
APP_ENV: test
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"

steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v3

-
name: Setup PHP
Expand All @@ -50,7 +50,7 @@ jobs:

-
name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "${{ matrix.node }}"

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
path: etc/build/
if-no-files-found: ignore

-
-
name: Failed build Slack notification
uses: rtCamp/action-slack-notify@v2
if: ${{ failure() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') }}
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"symfony/thanks": true
}
},
"conflict": {
"doctrine/persistence": "<3.0"
},
"autoload": {
"psr-4": {
"BitBag\\SyliusCatalogPlugin\\": "src/",
Expand Down

0 comments on commit fe83a68

Please sign in to comment.