[Ubuntu] Remove Ruby, Go old versions (#9392)

This commit is contained in:
Alexey-Ayupov
2024-02-23 11:14:06 +01:00
committed by GitHub
parent adb51dcf33
commit 2730b04222
2 changed files with 2 additions and 7 deletions
+1 -5
View File
@@ -45,21 +45,17 @@
"arch": "x64", "arch": "x64",
"platform" : "linux", "platform" : "linux",
"versions": [ "versions": [
"1.19.*",
"1.20.*", "1.20.*",
"1.21.*", "1.21.*",
"1.22.*" "1.22.*"
], ],
"default": "1.20.*" "default": "1.21.*"
}, },
{ {
"name": "Ruby", "name": "Ruby",
"platform_version": "20.04", "platform_version": "20.04",
"arch": "x64", "arch": "x64",
"versions": [ "versions": [
"2.5.*",
"2.6.*",
"2.7.*",
"3.0.*", "3.0.*",
"3.1.*" "3.1.*"
] ]
+1 -2
View File
@@ -43,12 +43,11 @@
"arch": "x64", "arch": "x64",
"platform" : "linux", "platform" : "linux",
"versions": [ "versions": [
"1.19.*",
"1.20.*", "1.20.*",
"1.21.*", "1.21.*",
"1.22.*" "1.22.*"
], ],
"default": "1.20.*" "default": "1.21.*"
}, },
{ {
"name": "Ruby", "name": "Ruby",