Update Ruby versions in GitHub Actions workflow#699
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the GitHub Actions test workflow: the integration matrix now runs on Ruby 3.3, 3.4, and 4.0; the dependency installation step conditionally omits the ChangesRuby Version Maintenance
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #699 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 809 809
=========================================
Hits 809 809 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Modify Ruby dependency installation based on version.
Pull Request
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Changes
Updated the GitHub Actions test workflow to use newer Ruby versions and conditional dependency installation, and added a runtime gem dependency:
3.1,3.2,3.3to3.3,3.4,4.0bundle installruns without--with testfor Ruby4.0; other Ruby versions runbundle install --with test3.33.0to3.3loggeras a runtime dependency in meilisearch.gemspecFiles Changed
.github/workflows/tests.yml(+8/-3)meilisearch.gemspec(+1/-0)