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"],