diff --git a/.github/workflows/_matrix.json b/.github/workflows/_matrix.json index 1173b180..a004df8e 100644 --- a/.github/workflows/_matrix.json +++ b/.github/workflows/_matrix.json @@ -19,17 +19,19 @@ ] }, "daily": { - "php": ["8.0", "8.3"], - "sylius": ["1.12.*", "1.13.*"], - "symfony": ["5.4.*", "6.4.*"], - "mysql": ["8.0"], - "state_machine": ["winzou_state_machine", "symfony_workflow"], - "exclude": [ - { - "sylius": "1.12.*", - "state_machine": "symfony_workflow" - } - ] + "ci": { + "php": ["8.0", "8.3"], + "sylius": ["1.12.*", "1.13.*"], + "symfony": ["5.4.*", "6.4.*"], + "mysql": ["8.0"], + "state_machine": ["winzou_state_machine", "symfony_workflow"], + "exclude": [ + { + "sylius": "1.12.*", + "state_machine": "symfony_workflow" + } + ] + } } } }