Sylius/.github/workflows/matrix.json
Grzegorz Sadowski 5526e0603c
Merge branch '1.13' into 2.0
* 1.13:
  Exclude PHP 8.0/Symfony 6.4 from workflows' matrixes
  [Maintenance] Fix postgres behats
  Fix product name's casing in the Behat scenario
  Add the sylius-labs/suite-tags-extension package
  [Dependencies] Change possible versions of doctrine/persistence
  [CI] Update Symfony versions in build
  [Behat][UI] Add strong typing in the CartContext class
  [ECS] Apply another ecs fixes
  [ECS] Apply ecs fixes
  [ECS] Apply ecs fixes in the tests directory
  [ECS] Add checking in the tests directory
2023-12-05 13:04:16 +01:00

87 lines
1.6 KiB
JSON

{
"minimal": {
"static-checks": {
"include": [
{
"php": "8.2",
"symfony": "^6.4",
"api-platform": "^2.7.10"
}
]
},
"e2e-mariadb": {
"include": [
{
"php": "8.2",
"symfony": "^6.4",
"mariadb": "10.4.10",
"dbal": "^3.0"
}
]
},
"e2e-mysql": {
"include": [
{
"php": "8.2",
"symfony": "^6.4",
"api-platform": "^2.7.10",
"mysql": "8.0",
"twig": "^3.3"
}
]
},
"e2e-pgsql": {
"include": [
{
"php": "8.2",
"symfony": "^6.4",
"postgres": "14.6"
}
]
},
"packages": {
"include": [
{
"php": "8.2",
"symfony": "^6.4"
}
]
},
"packages-swiftmailer": {
"include": [
{
"php": "8.0",
"symfony": "^5.4"
}
]
}
},
"full": {
"static-checks": {
"php": [ "8.2" ],
"symfony": [ "^6.4" ],
"api-platform": [ "^2.7.10" ]
},
"e2e-mariadb": {
"php": [ "8.2" ],
"symfony": [ "^6.4" ],
"mariadb": [ "10.4.10" ]
},
"e2e-mysql": {
"php": [ "8.2" ],
"symfony": [ "^6.4" ],
"api-platform": [ "^2.7.10" ],
"mysql": [ "5.7", "8.0" ],
"twig": [ "^3.3" ]
},
"e2e-pgsql": {
"php": [ "8.2" ],
"symfony": [ "^6.4" ],
"postgres": [ "13.9", "14.6" ]
},
"packages": {
"php": [ "8.2" ],
"symfony": [ "^6.4" ]
}
}
}