From ada0348ea248fdad79e66d3a8e2b52d7fad97f9d Mon Sep 17 00:00:00 2001 From: vidyasagarnimmagaddi <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:55:27 +0530 Subject: [PATCH] added ruby 3.2 version windows (#10172) --- images/windows/toolsets/toolset-2019.json | 3 ++- images/windows/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index ce8dd0de7..497f576c6 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -6,7 +6,8 @@ "platform" : "win32", "versions": [ "3.0", - "3.1" + "3.1", + "3.2" ], "default": "3.0" }, diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 7a8e87b2b..b599185c9 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -6,7 +6,8 @@ "platform" : "win32", "versions": [ "3.0", - "3.1" + "3.1", + "3.2" ], "default": "3.0" },