From 0497e991964f3586023970ecb26be61b132ed962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Thu, 28 Nov 2024 23:21:53 +0100 Subject: [PATCH] [Maintenance] Support Sylius 1.14 --- .github/workflows/_matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_matrix.json b/.github/workflows/_matrix.json index 33d3fa4e..9678b844 100644 --- a/.github/workflows/_matrix.json +++ b/.github/workflows/_matrix.json @@ -11,7 +11,7 @@ }, { "php": "8.3", - "sylius": "1.13.x", + "sylius": "1.14.x", "symfony": "6.4.x", "mysql": "8.0", "state_machine": "symfony_workflow" @@ -22,7 +22,7 @@ "daily": { "ci": { "php": ["8.1", "8.3"], - "sylius": ["1.12.x", "1.13.x"], + "sylius": ["1.12.x", "1.13.x", "1.14.x"], "symfony": ["5.4.x", "6.4.x"], "mysql": ["8.0"], "state_machine": ["winzou_state_machine", "symfony_workflow"],