diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4353797f..01e9aa6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,9 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] + php: [8.1] symfony: [^5.4, ^6.0] - sylius: [~1.11.0, ~1.12.0, ~1.13.0] + sylius: [~1.11.0, ~1.12.0, ~1.13.0, ~1.14.0] node: [18.x] mysql: [5.7] @@ -177,7 +177,7 @@ jobs: - name: Upload Behat logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: Behat logs diff --git a/composer.json b/composer.json index 4ada99cc..36a2e1d1 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "description": "import / export plugin for Sylius.", "license": "MIT", "require": { - "php": "^8.0", - "sylius/sylius": "~1.11.0 || ~1.12.0 || ~1.13.0", + "php": "^8.1", + "sylius/sylius": "~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0", "portphp/portphp": "^1.2", "queue-interop/queue-interop": "^0.6.2 || ^0.7 || ^0.8", "symfony/stopwatch": "^5.2 || ^6.0"