From 2730b04222bce454147a124e5d50efaa89ab8c1d Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:14:06 +0100 Subject: [PATCH] [Ubuntu] Remove Ruby, Go old versions (#9392) --- images/ubuntu/toolsets/toolset-2004.json | 6 +----- images/ubuntu/toolsets/toolset-2204.json | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 36d3acf4a801..de3a182d7f08 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -45,21 +45,17 @@ "arch": "x64", "platform" : "linux", "versions": [ - "1.19.*", "1.20.*", "1.21.*", "1.22.*" ], - "default": "1.20.*" + "default": "1.21.*" }, { "name": "Ruby", "platform_version": "20.04", "arch": "x64", "versions": [ - "2.5.*", - "2.6.*", - "2.7.*", "3.0.*", "3.1.*" ] diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 96d324504085..ad5913d3ccb3 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -43,12 +43,11 @@ "arch": "x64", "platform" : "linux", "versions": [ - "1.19.*", "1.20.*", "1.21.*", "1.22.*" ], - "default": "1.20.*" + "default": "1.21.*" }, { "name": "Ruby",