Skip to content

Commit

Permalink
feat: add runner version to supported version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Jun 26, 2022
1 parent 6e81ef9 commit dd1a36b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions supported-version/supported.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"rabbitmq": "rabbitmq:3.8",
"redis": "redis:6.0",
"varnish": "varnish:6.0",
"nginx": "nginx:1.18"
"nginx": "nginx:1.18",
"os": "ubuntu-18.04"
},
{
"magento": "magento/project-community-edition:>=2.4.0 <2.4.1",
Expand All @@ -29,7 +30,7 @@
"rabbitmq": "rabbitmq:3.8",
"redis": "redis:5.0",
"varnish": "varnish:6.0",
"nginx": "nginx:1.18"
"os": "ubuntu-latest"
},
{
"magento": "magento/project-community-edition:>=2.4.1 <2.4.2",
Expand All @@ -40,7 +41,8 @@
"rabbitmq": "rabbitmq:3.8",
"redis": "redis:5.0",
"varnish": "varnish:6.0",
"nginx": "nginx:1.18"
"nginx": "nginx:1.18",
"os": "ubuntu-latest"
},
{
"magento": "magento/project-community-edition:>=2.4.2 <2.4.3",
Expand All @@ -51,7 +53,8 @@
"rabbitmq": "rabbitmq:3.8",
"redis": "redis:6.0",
"varnish": "varnish:6.0",
"nginx": "nginx:1.18"
"nginx": "nginx:1.18",
"os": "ubuntu-latest"
},
{
"magento": "magento/project-community-edition:>=2.4.3 <2.4.4",
Expand All @@ -62,7 +65,8 @@
"rabbitmq": "rabbitmq:3.8",
"redis": "redis:6.0",
"varnish": "varnish:6.0",
"nginx": "nginx:1.18"
"nginx": "nginx:1.18",
"os": "ubuntu-latest"
},
{
"magento": "magento/project-community-edition:>=2.4.4 <2.4.5",
Expand All @@ -73,7 +77,8 @@
"rabbitmq": "rabbitmq:3.9",
"redis": "redis:6.2",
"varnish": "varnish:7.0",
"nginx": "nginx:1.18"
"nginx": "nginx:1.18",
"os": "ubuntu-latest"
},
{
"magento": "magento/project-community-edition",
Expand All @@ -84,7 +89,8 @@
"rabbitmq": "rabbitmq:3.9",
"redis": "redis:6.2",
"varnish": "varnish:7.0",
"nginx": "nginx:1.18"
"nginx": "nginx:1.18",
"os": "ubuntu-latest"
}
]
}

0 comments on commit dd1a36b

Please sign in to comment.