RUBY-3942 test against 9.0 builds - #3102
Open
jamis wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds MongoDB Server 9.0 (pre-GA/nightly) to the Evergreen test matrix so the Ruby driver is continuously exercised against upcoming 9.0 builds as GA approaches.
Changes:
- Extends the “recent MongoDB versions” list in the ERB-based Evergreen config to include 9.0.
- Adds a new
mongodb-versionaxis value for 9.0 (with explanatory comment about nightly resolution). - Updates the generated
.evergreen/config.ymlmatrices to run PR variants (auth/ssl, mongo-recent, stress) against 9.0 as well.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .evergreen/config/standard.yml.erb | Adds 9.0 to the recent_mdb list used by PR matrix variants. |
| .evergreen/config/axes.yml.erb | Introduces a mongodb-version axis entry for 9.0 with variables mapping to MONGODB_VERSION: "9.0". |
| .evergreen/config.yml | Mirrors the axis addition and expands the relevant PR matrix mongodb-version lists to include 9.0. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 9.0 nearing GA, we need to make sure we're testing against it, too.