From ce75d8dd91bf59a31df434d9ba4095773c82d815 Mon Sep 17 00:00:00 2001 From: vidyasagarnimmagaddi <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:55:52 +0530 Subject: [PATCH] updated 3.2 version ruby version to ubuntu-20,22 (#10173) --- images/ubuntu/toolsets/toolset-2004.json | 3 ++- images/ubuntu/toolsets/toolset-2204.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 221de2935..b0b054236 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -57,7 +57,8 @@ "arch": "x64", "versions": [ "3.0.*", - "3.1.*" + "3.1.*", + "3.2.*" ] }, { diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index cea32ac5b..34dfdc2b3 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -54,7 +54,8 @@ "platform_version": "22.04", "arch": "x64", "versions": [ - "3.1.*" + "3.1.*", + "3.2.*" ] }, {