Skip to content

Commit 1f3f7c7

Browse files
committed
let's not run 2.18-stable specs against MDB 7+
1 parent c1835c7 commit 1f3f7c7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ buildvariants:
10631063
matrix_spec:
10641064
auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
10651065
ruby: "ruby-3.2"
1066-
mongodb-version: ["latest", "7.0", "6.0"]
1066+
mongodb-version: "6.0"
10671067
topology: ["standalone", "replica-set", "sharded-cluster"]
10681068
os: rhel8
10691069
display_name: ${auth-and-ssl} ${ruby} ${topology}
@@ -1073,7 +1073,7 @@ buildvariants:
10731073
- matrix_name: "mongo-recent"
10741074
matrix_spec:
10751075
ruby: ["ruby-3.2", "ruby-3.1", "jruby-9.3"]
1076-
mongodb-version: ["latest", "7.0", "6.0"]
1076+
mongodb-version: "6.0"
10771077
topology: ["standalone", "replica-set", "sharded-cluster"]
10781078
os: ['rhel8']
10791079
# There is no latest for ubuntu2204, so we can't test it here.

.evergreen/config/standard.yml.erb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
latest_stable_mdb = "6.0".inspect # so it gets quoted as a string
3636

3737
# A few of the most recent MongoDB versions
38-
actual_and_upcoming_mdb = %w( latest 7.0 6.0 )
3938
recent_mdb = %w( 6.0 5.3 )
4039
latest_5x_mdb = "5.3".inspect # so it gets quoted as a string
4140
%>
@@ -45,7 +44,7 @@ buildvariants:
4544
matrix_spec:
4645
auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
4746
ruby: <%= latest_ruby %>
48-
mongodb-version: <%= actual_and_upcoming_mdb %>
47+
mongodb-version: <%= latest_stable_mdb %>
4948
topology: <%= topologies %>
5049
os: rhel8
5150
display_name: ${auth-and-ssl} ${ruby} ${topology}
@@ -55,7 +54,7 @@ buildvariants:
5554
- matrix_name: "mongo-recent"
5655
matrix_spec:
5756
ruby: <%= recent_rubies %>
58-
mongodb-version: <%= actual_and_upcoming_mdb %>
57+
mongodb-version: <%= latest_stable_mdb %>
5958
topology: <%= topologies %>
6059
os: ['rhel8']
6160
# There is no latest for ubuntu2204, so we can't test it here.

0 commit comments

Comments
 (0)