Skip to content

Commit dd1a36b

Browse files
committed
feat: add runner version to supported version (#7)
1 parent 6e81ef9 commit dd1a36b

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

Diff for: supported-version/supported.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"rabbitmq": "rabbitmq:3.8",
1919
"redis": "redis:6.0",
2020
"varnish": "varnish:6.0",
21-
"nginx": "nginx:1.18"
21+
"nginx": "nginx:1.18",
22+
"os": "ubuntu-18.04"
2223
},
2324
{
2425
"magento": "magento/project-community-edition:>=2.4.0 <2.4.1",
@@ -29,7 +30,7 @@
2930
"rabbitmq": "rabbitmq:3.8",
3031
"redis": "redis:5.0",
3132
"varnish": "varnish:6.0",
32-
"nginx": "nginx:1.18"
33+
"os": "ubuntu-latest"
3334
},
3435
{
3536
"magento": "magento/project-community-edition:>=2.4.1 <2.4.2",
@@ -40,7 +41,8 @@
4041
"rabbitmq": "rabbitmq:3.8",
4142
"redis": "redis:5.0",
4243
"varnish": "varnish:6.0",
43-
"nginx": "nginx:1.18"
44+
"nginx": "nginx:1.18",
45+
"os": "ubuntu-latest"
4446
},
4547
{
4648
"magento": "magento/project-community-edition:>=2.4.2 <2.4.3",
@@ -51,7 +53,8 @@
5153
"rabbitmq": "rabbitmq:3.8",
5254
"redis": "redis:6.0",
5355
"varnish": "varnish:6.0",
54-
"nginx": "nginx:1.18"
56+
"nginx": "nginx:1.18",
57+
"os": "ubuntu-latest"
5558
},
5659
{
5760
"magento": "magento/project-community-edition:>=2.4.3 <2.4.4",
@@ -62,7 +65,8 @@
6265
"rabbitmq": "rabbitmq:3.8",
6366
"redis": "redis:6.0",
6467
"varnish": "varnish:6.0",
65-
"nginx": "nginx:1.18"
68+
"nginx": "nginx:1.18",
69+
"os": "ubuntu-latest"
6670
},
6771
{
6872
"magento": "magento/project-community-edition:>=2.4.4 <2.4.5",
@@ -73,7 +77,8 @@
7377
"rabbitmq": "rabbitmq:3.9",
7478
"redis": "redis:6.2",
7579
"varnish": "varnish:7.0",
76-
"nginx": "nginx:1.18"
80+
"nginx": "nginx:1.18",
81+
"os": "ubuntu-latest"
7782
},
7883
{
7984
"magento": "magento/project-community-edition",
@@ -84,7 +89,8 @@
8489
"rabbitmq": "rabbitmq:3.9",
8590
"redis": "redis:6.2",
8691
"varnish": "varnish:7.0",
87-
"nginx": "nginx:1.18"
92+
"nginx": "nginx:1.18",
93+
"os": "ubuntu-latest"
8894
}
8995
]
9096
}

0 commit comments

Comments
 (0)