-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add support for Mongoid 9 #83
Conversation
Generated by 🚫 Danger |
Co-authored-by: Daniel (dB.) Doubrovkine <dblock@dblock.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like MongoDB 7.3 is not a thing on GHA.
Let's use a variety of versions that are supported, maybe list 4, 5, 6, 7, 8 kind of thing across the matrix.
@dblock I've started just with the matrix entries added in this PR, if needed I can make another PR for the rest of the matrix |
- { ruby: '3.2', mongodb: '6', gemfile: 'mongoid-9.0' } | ||
- { ruby: '3.3', mongodb: '4', gemfile: 'mongoid-9.0' } | ||
- { ruby: '3.3', mongodb: '5', gemfile: 'mongoid-9.0' } | ||
- { ruby: '3.3', mongodb: '6', gemfile: 'mongoid-9.0' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine, but we don't really need to test every combination of Ruby and MongoDB and mongoid. I would only keep latest 2.x and 3.x, but it's NBD.
I released 2.6.0. If you want to do some more cleanup, upgrades like RuboCop, etc., that would be much welcome. |
Adds support for Mongoid 9