From 9c6d21ac1be399f73440ac9475c51c5eda63c9b7 Mon Sep 17 00:00:00 2001 From: Francis Hilaire Date: Mon, 2 Dec 2024 13:54:35 +0100 Subject: [PATCH] Sylius 1.14 support --- .github/workflows/build.yml | 4 ++-- .github/workflows/coding_standard.yml | 2 +- composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 799f5927..f5f2064c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: matrix: php: [ "8.0", "8.1", "8.2", "8.3" ] symfony: [ "^5.4", "^6.4" ] - sylius: [ "^1.12", "^1.13" ] + sylius: [ "^1.12", "^1.13", "^1.14" ] node: [ "18.x", "20.x" ] mysql: [ "8.0" ] @@ -162,4 +162,4 @@ jobs: SLACK_MESSAGE: ':x:' SLACK_TITLE: Failed build on ${{ github.event.repository.name }} repository SLACK_USERNAME: ${{ secrets.FAILED_BUILD_SLACK_USERNAME }} - SLACK_WEBHOOK: ${{ secrets.FAILED_BUILD_SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK: ${{ secrets.FAILED_BUILD_SLACK_WEBHOOK }} diff --git a/.github/workflows/coding_standard.yml b/.github/workflows/coding_standard.yml index a1d76639..6ab20cf3 100644 --- a/.github/workflows/coding_standard.yml +++ b/.github/workflows/coding_standard.yml @@ -20,7 +20,7 @@ jobs: matrix: php: [ "8.0", "8.1", "8.2", "8.3" ] symfony: [ "^5.4", "^6.4" ] - sylius: [ "^1.12", "^1.13" ] + sylius: [ "^1.12", "^1.13", "^1.14" ] node: [ "18.x", "20.x" ] exclude: diff --git a/composer.json b/composer.json index 57323587..f3eed02a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "license": "MIT", "require": { "php": "^8.0", - "sylius/sylius": "^1.12.0 || ^1.13.0", + "sylius/sylius": "^1.12.0 || ^1.13.0 || ^1.14.0", "league/csv": "^9.1", "friendsofsymfony/ckeditor-bundle": "^2.0", "instaclick/php-webdriver": "^1.4",