MONGOID-5996 Test against 9.0 builds - #6168
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Evergreen CI configuration so Mongoid is tested against MongoDB 9.0 (nightly builds of the v9.0 server branch) in addition to existing “recent” server versions, aligning CI coverage with upcoming server releases.
Changes:
- Add a
mongodb-versionaxis entry for MongoDB9.0(not yet GA; resolves to nightly v9.0 builds via drivers-evergreen-tools). - Expand the “recent_mdbs” buildvariant matrix to include MongoDB
9.0in PR-tagged runs. - Keep the generated
.evergreen/config.ymlin sync with the ERB templates.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .evergreen/config/variants.yml.erb | Adds 9.0 to the recent_mdbs server-version matrix used for PR buildvariants. |
| .evergreen/config/axes.yml.erb | Introduces a mongodb-version axis value for 9.0 with explanatory comments. |
| .evergreen/config.yml | Mirrors the template changes by adding the 9.0 axis value and including 9.0 in the recent_mdbs buildvariant list. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
comandeo-mongo
approved these changes
Aug 14, 2026
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.
With server version 9.0 nearing GA, we need to make sure we're testing against it, too.