Skip to content

Conversation

@esnya
Copy link
Member

@esnya esnya commented Jan 15, 2026

CIのRubyを3.2に更新

@esnya esnya requested a review from Copilot January 15, 2026 12:44
@esnya esnya merged commit deae680 into master Jan 15, 2026
8 checks passed
@esnya esnya deleted the ci/ubuntu24-ruby3-node22 branch January 15, 2026 12:46
Copy link

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 updates the CI workflow to use Ruby 3.2, moving from Ruby 2.7.0. The change also removes an extraneous blank line for cleaner formatting.

Changes:

  • Updated Ruby version from 2.7.0 to 3.2 in the CI workflow
  • Removed a blank line between runs-on and strategy sections

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.0
ruby-version: 3.2
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

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

The ruby-version should specify a patch version (e.g., '3.2.0') instead of just '3.2' for consistency with the previous version format ('2.7.0'). Using a specific patch version ensures reproducible builds across different CI runs.

Suggested change
ruby-version: 3.2
ruby-version: 3.2.0

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.

2 participants