Skip to content

Commit

Permalink
restore matrices
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Sep 23, 2024
1 parent d3a139b commit e95a9a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"TARGET": "aarch64-unknown-linux-gnu",
"PACKAGE_MANAGERS": ["pypi", "npm"],
"CONTAINER": "2_28",
"// languages": ["python", "node", "java", "go", "dotnet"]
"languages": ["python", "node", "java", "go", "dotnet"]
},
{
"OS": "macos",
Expand All @@ -26,7 +26,7 @@
"ARCH": "x64",
"TARGET": "x86_64-apple-darwin",
"PACKAGE_MANAGERS": ["pypi", "npm"],
"// languages": ["python", "node", "java", "go", "dotnet"]
"languages": ["python", "node", "java", "go", "dotnet"]
},
{
"OS": "macos",
Expand All @@ -35,7 +35,7 @@
"ARCH": "arm64",
"TARGET": "aarch64-apple-darwin",
"PACKAGE_MANAGERS": ["pypi", "npm"],
"// languages": ["python", "node", "java", "go", "dotnet"]
"languages": ["python", "node", "java", "go", "dotnet"]
},
{
"OS": "ubuntu",
Expand All @@ -46,7 +46,7 @@
"IMAGE": "node:alpine",
"CONTAINER_OPTIONS": "--user root --privileged --rm",
"PACKAGE_MANAGERS": ["npm"],
"// languages": ["node"]
"languages": ["node"]
},
{
"OS": "ubuntu",
Expand Down
12 changes: 10 additions & 2 deletions .github/json_matrices/engine-matrix.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
[
{
"type": "valkey",
"version": "8.0.0"
},
{
"type": "valkey",
"version": "7.2.5",
"run": "always"
},
{
"type": "redis",
"version": "7.0"
},
{
"type": "redis",
"version": "6.2",
"run": "always"
"version": "6.2"
}
]
14 changes: 2 additions & 12 deletions .github/json_matrices/supported-language-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,15 @@
"always-run-versions": ["17"]
},
{
"language": "// python",
"language": "python",
"versions": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"always-run-versions": ["3.8", "3.12"]
},
{
"language": "python",
"versions": ["3.8", "3.12"],
"always-run-versions": ["3.12"]
},
{
"language": "// node",
"language": "node",
"versions": ["16.x", "17.x", "18.x", "19.x", "20.x"],
"always-run-versions": ["16.x", "20.x"]
},
{
"language": "node",
"versions": ["16.x", "17.x"],
"always-run-versions": ["16.x"]
},
{
"language": "dotnet",
"versions": ["8.0", "6.0"],
Expand Down

0 comments on commit e95a9a2

Please sign in to comment.