Skip to content

Bump Ruby version on ci #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bump Ruby version on ci #164

wants to merge 1 commit into from

Conversation

atm-snag2
Copy link
Contributor

@atm-snag2 atm-snag2 commented May 23, 2025

What

Close #145

  • Bump Ruby version on ci

Refs

@Copilot Copilot AI review requested due to automatic review settings May 23, 2025 08:13
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@atm-snag2 atm-snag2 self-assigned this May 23, 2025
@atm-snag2 atm-snag2 requested review from a team and acronhub and removed request for a team May 23, 2025 08:13
Copy link

@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

Bumps the CI Ruby version from 3.0/3.1 to 3.2+ in both the setup step and test matrix.

  • Update default ruby-version in ruby/setup-ruby to 3.2
  • Expand test matrix Ruby versions to ['3.2', '3.3', '3.4']

@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
Copy link
Preview

Copilot AI May 23, 2025

Choose a reason for hiding this comment

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

The ruby-version is hard-coded to '3.2', so all matrix jobs will run 3.2 instead of the intended versions. Replace it with ruby-version: ${{ matrix.ruby }} to pick up each version from the matrix.

Suggested change
ruby-version: '3.2'
ruby-version: ${{ matrix.ruby }}

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Ruby v3.2
1 participant