diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54fbb0c..60ac160 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,15 +21,15 @@ 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 @@ -37,7 +37,7 @@ jobs: steps: - - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP @@ -50,7 +50,7 @@ jobs: - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: "${{ matrix.node }}" @@ -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') }} diff --git a/composer.json b/composer.json index cdd2770..a044984 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,9 @@ "symfony/thanks": true } }, + "conflict": { + "doctrine/persistence": "<3.0" + }, "autoload": { "psr-4": { "BitBag\\SyliusCatalogPlugin\\": "src/",