[Windows] Remove Ruby, Go old versions (#9391)

This commit is contained in:
Alexey-Ayupov
2024-02-23 01:59:16 +01:00
committed by GitHub
parent d4e0d19512
commit adb51dcf33
2 changed files with 3 additions and 9 deletions

View File

@@ -5,13 +5,10 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"2.5",
"2.6",
"2.7",
"3.0",
"3.1"
],
"default": "2.5"
"default": "3.0"
},
{
"name": "Python",
@@ -72,12 +69,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"1.19.*",
"1.20.*",
"1.21.*",
"1.22.*"
],
"default": "1.20.*"
"default": "1.21.*"
}
],
"powershellModules": [

View File

@@ -5,7 +5,6 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"2.7",
"3.0",
"3.1"
],
@@ -69,12 +68,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"1.19.*",
"1.20.*",
"1.21.*",
"1.22.*"
],
"default": "1.20.*"
"default": "1.21.*"
}
],
"powershellModules": [