Skip to content

Conversation

hemanthmanga
Copy link
Contributor

Description

This PR removes Ruby 3.0 and sets Ruby 3.3 as the default version.

Related issue:

#12033

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@Copilot Copilot AI review requested due to automatic review settings May 30, 2025 10:22
@hemanthmanga hemanthmanga self-assigned this May 30, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes Ruby 3.0 from the Windows toolset configuration and updates the default Ruby version to 3.3.

  • Removed "3.0" from the versions list.
  • Updated the "default" key in both toolset-2022.json and toolset-2019.json to "3.3".

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
images/windows/toolsets/toolset-2022.json Removed Ruby 3.0 from versions and updated the default.
images/windows/toolsets/toolset-2019.json Removed Ruby 3.0 from versions and updated the default.

"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.

@hemanthmanga
Copy link
Contributor Author

@subir0071 subir0071 merged commit 2503911 into actions:main May 30, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants