mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
* 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
87 lines
1.6 KiB
JSON
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" ]
|
|
}
|
|
}
|
|
}
|