Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Windows 19 & Windows 22]Removing Ruby 3.0 and making 3.3 as a defaul…
…t version.
  • Loading branch information
hemanthmanga committed May 30, 2025
commit b255a4d2afcfa167b477cdf8aabcf27d4f690f69
3 changes: 1 addition & 2 deletions images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"3.0",
"3.1",
"3.2",
"3.3"
],
"default": "3.0"
"default": "3.3"
},
{
"name": "Python",
Expand Down
3 changes: 1 addition & 2 deletions images/windows/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"3.0",
"3.1",
"3.2",
"3.3"
],
"default": "3.0"
"default": "3.3"
Copy link
Preview

Copilot AI May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider updating any relevant documentation to reflect Ruby 3.3 as the new default version.

Copilot uses AI. Check for mistakes.

},
{
"name": "Python",
Expand Down