mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[CI] Fix matrix
This commit is contained in:
parent
94930b8d20
commit
d0deea8120
1 changed files with 3 additions and 2 deletions
5
.github/workflows/matrix.json
vendored
5
.github/workflows/matrix.json
vendored
|
|
@ -39,7 +39,8 @@
|
||||||
"symfony": "^6.4",
|
"symfony": "^6.4",
|
||||||
"api-platform": "^3.3",
|
"api-platform": "^3.3",
|
||||||
"mysql": "8.0",
|
"mysql": "8.0",
|
||||||
"twig": "^3.3"
|
"twig": "^3.3",
|
||||||
|
"env": "test_cached"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"php": "8.3",
|
"php": "8.3",
|
||||||
|
|
@ -52,7 +53,7 @@
|
||||||
{
|
{
|
||||||
"php": "8.3",
|
"php": "8.3",
|
||||||
"symfony": "^6.4",
|
"symfony": "^6.4",
|
||||||
"api-platform": "^2.7.10",
|
"api-platform": "^3.3",
|
||||||
"mysql": "8.4",
|
"mysql": "8.4",
|
||||||
"twig": "^3.3",
|
"twig": "^3.3",
|
||||||
"env": "test_cached_payum"
|
"env": "test_cached_payum"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue