Update CI matrix for supported Ruby and Rails versions#136
Merged
Conversation
….0; update MySQL to 8.0 Co-authored-by: brendon <81871+brendon@users.noreply.github.com>
…Ruby 3.5 and EOL Rails 7.1 Co-authored-by: brendon <81871+brendon@users.noreply.github.com>
Update CI matrix to supported Ruby and Rails versions
Contributor
Author
|
I didn't realise you don't have GitHub actions enabled. If you turn them on the test suite should get a workout :) |
Contributor
Author
|
Nice :) |
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.
This pull request updates the gem to support newer versions of Ruby and Rails, while dropping support for older versions. It also updates the development and CI environments to match these changes, including raising minimum dependency requirements and updating database service versions.
Dependency and compatibility updates:
unread.gemspec.activerecordversion to 7.2 inunread.gemspec.Appraisalsto add support for Rails 8.0 and 8.1, and removed appraisals for Rails 6.1, 7.0, and 7.1.gemfiles/rails_8.0.gemfile,gemfiles/rails_8.1.gemfile), and removed the Rails 6.1 gemfile [1] [2] [3].Continuous Integration (CI) updates:
.github/workflows/main.ymlto test against Ruby 3.2, 3.3, 3.4, and 4.0, and Rails 7.2, 8.0, and 8.1, removing older versions [1] [2] [3].