Skip to content

Commit 2240f32

Browse files
committed
no need to test against latest; 2.20.x only supports up to 7.0
1 parent 3d28855 commit 2240f32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ buildvariants:
12341234
matrix_spec:
12351235
auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
12361236
ruby: "ruby-3.2"
1237-
mongodb-version: ["latest", "7.0", "6.0"]
1237+
mongodb-version: ["7.0", "6.0"]
12381238
topology: ["standalone", "replica-set", "sharded-cluster"]
12391239
os: ubuntu2204
12401240
display_name: ${auth-and-ssl} ${ruby} db-${mongodb-version} ${topology}
@@ -1244,7 +1244,7 @@ buildvariants:
12441244
- matrix_name: "mongo-recent"
12451245
matrix_spec:
12461246
ruby: ["ruby-3.2", "ruby-3.1", "jruby-9.4"]
1247-
mongodb-version: ["latest", "7.0", "6.0"]
1247+
mongodb-version: ["7.0", "6.0"]
12481248
topology: ["standalone", "replica-set", "sharded-cluster"]
12491249
os: ubuntu2204
12501250
display_name: "${mongodb-version} ${os} ${topology} ${ruby}"
@@ -1254,7 +1254,7 @@ buildvariants:
12541254
- matrix_name: "mongo-recent-arm"
12551255
matrix_spec:
12561256
ruby: "ruby-3.2"
1257-
mongodb-version: ["latest", "7.0", "6.0"]
1257+
mongodb-version: ["7.0", "6.0"]
12581258
topology: ["standalone", "replica-set", "sharded-cluster"]
12591259
os: ubuntu2204-arm
12601260
display_name: "${mongodb-version} ${os} ${topology} ${ruby}"

.evergreen/config/standard.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
latest_stable_mdb = "7.0".inspect # so it gets quoted as a string
3030

3131
# A few of the most recent MongoDB versions
32-
actual_and_upcoming_mdb = %w( latest 7.0 6.0 )
32+
actual_and_upcoming_mdb = %w( 7.0 6.0 )
3333

3434
recent_mdb = %w( 6.0 5.0 )
3535
latest_5x_mdb = "5.0".inspect # so it gets quoted as a string

0 commit comments

Comments
 (0)