Test supported Rails versions against Ruby 4.0#8898
Merged
Conversation
2de69a2 to
510121a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8898 +/- ##
=======================================
Coverage 99.08% 99.08%
=======================================
Files 139 139
Lines 4046 4046
=======================================
Hits 4009 4009
Misses 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
510121a to
1cff3a6
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the CI configuration to test supported Rails versions against Ruby 4.0.0 and updates various gem dependencies in multiple Gemfile.lock files.
- Updates GitHub Actions workflow files to use Ruby 4.0 instead of Ruby 3.4
- Adds Ruby 4.0 to the CI test matrix (limited to Rails 8.0 and 8.1)
- Updates dependency versions across multiple Gemfile.lock files (cucumber-core, minitest, rdoc, rubocop, sqlite3)
Reviewed changes
Copilot reviewed 3 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ci.yaml | Adds Ruby 4.0 to the test matrix with exclusions for Rails 7.0, 7.1, and 7.2 |
| .github/workflows/rubocop.yml | Updates default Ruby version from 3.4 to 4.0 for Rubocop checks |
| .github/workflows/bug-report-template.yml | Updates Ruby version from 3.4 to 4.0 for bug report template testing |
| Gemfile.lock | Updates cucumber-core, minitest, rdoc, rubocop, rubocop-ast, sqlite3, and adds platform-specific gems (ffi, nokogiri, mini_portile2) |
| gemfiles/rails_80/Gemfile.lock | Updates cucumber-core, minitest, rdoc, and sqlite3 versions for Rails 8.0 |
| gemfiles/rails_72/Gemfile.lock | Updates cucumber-core, minitest, rdoc, and sqlite3 versions for Rails 7.2 |
| gemfiles/rails_71/Gemfile.lock | Updates cucumber-core, minitest, rdoc, and sqlite3 versions for Rails 7.1 |
| gemfiles/rails_70/Gemfile.lock | Updates cucumber-core and minitest versions for Rails 7.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.