Skip to content

Commit 65aa4cc

Browse files
Add MongoDB 8.2 to Evergreen test matrix
1 parent e2efaeb commit 65aa4cc

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

.evergreen/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,10 @@ axes:
781781
display_name: "Rapid"
782782
variables:
783783
MONGODB_VERSION: "rapid"
784+
- id: "8.2"
785+
display_name: "8.2"
786+
variables:
787+
MONGODB_VERSION: "8.2"
784788
- id: "8.0"
785789
display_name: "8.0"
786790
variables:
@@ -1183,7 +1187,7 @@ buildvariants:
11831187
matrix_spec:
11841188
auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
11851189
ruby: "ruby-4.0"
1186-
mongodb-version: ["8.0", "7.0"]
1190+
mongodb-version: ["8.2", "8.0", "7.0"]
11871191
topology: ["standalone", "replica-set", "sharded-cluster"]
11881192
os: ubuntu2204
11891193
display_name: ${auth-and-ssl} ${ruby} db-${mongodb-version} ${topology}
@@ -1194,7 +1198,7 @@ buildvariants:
11941198
- matrix_name: "mongo-recent"
11951199
matrix_spec:
11961200
ruby: ["ruby-4.0", "ruby-3.4", "ruby-3.3", "ruby-3.2", "jruby-9.4"]
1197-
mongodb-version: ["8.0", "7.0"]
1201+
mongodb-version: ["8.2", "8.0", "7.0"]
11981202
topology: ["standalone", "replica-set", "sharded-cluster"]
11991203
os: ubuntu2204
12001204
display_name: "${mongodb-version} ${os} ${topology} ${auth-and-ssl} ${ruby}"
@@ -1365,7 +1369,7 @@ buildvariants:
13651369
matrix_spec:
13661370
stress: on
13671371
ruby: "ruby-4.0"
1368-
mongodb-version: ["8.0", "7.0"]
1372+
mongodb-version: ["8.2", "8.0", "7.0"]
13691373
topology: replica-set
13701374
os: ubuntu2204
13711375
display_name: "${mongodb-version} ${topology} stress ${ruby}"

.evergreen/config/axes.yml.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ axes:
66
display_name: "Rapid"
77
variables:
88
MONGODB_VERSION: "rapid"
9+
- id: "8.2"
10+
display_name: "8.2"
11+
variables:
12+
MONGODB_VERSION: "8.2"
913
- id: "8.0"
1014
display_name: "8.0"
1115
variables:

.evergreen/config/standard.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
stable_and_rapid = [ latest_stable_mdb_raw, "rapid" ]
3434

35-
recent_mdb = %w( 8.0 7.0 )
35+
recent_mdb = %w( 8.2 8.0 7.0 )
3636
%>
3737

3838
buildvariants:

0 commit comments

Comments
 (0)