Skip to content

Commit

Permalink
Fix a matrix for daily CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 13, 2024
1 parent b6aaa7c commit 8606c74
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
}
}

0 comments on commit 8606c74

Please sign in to comment.