File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1063,7 +1063,7 @@ buildvariants:
1063
1063
matrix_spec :
1064
1064
auth-and-ssl : ["auth-and-ssl", "noauth-and-nossl"]
1065
1065
ruby : " ruby-3.2"
1066
- mongodb-version : ["latest", "7.0", " 6.0"]
1066
+ mongodb-version : " 6.0"
1067
1067
topology : ["standalone", "replica-set", "sharded-cluster"]
1068
1068
os : rhel8
1069
1069
display_name : ${auth-and-ssl} ${ruby} ${topology}
@@ -1073,7 +1073,7 @@ buildvariants:
1073
1073
- matrix_name : " mongo-recent"
1074
1074
matrix_spec :
1075
1075
ruby : ["ruby-3.2", "ruby-3.1", "jruby-9.3"]
1076
- mongodb-version : ["latest", "7.0", " 6.0"]
1076
+ mongodb-version : " 6.0"
1077
1077
topology : ["standalone", "replica-set", "sharded-cluster"]
1078
1078
os : ['rhel8']
1079
1079
# There is no latest for ubuntu2204, so we can't test it here.
Original file line number Diff line number Diff line change 35
35
latest_stable_mdb = "6.0".inspect # so it gets quoted as a string
36
36
37
37
# A few of the most recent MongoDB versions
38
- actual_and_upcoming_mdb = %w( latest 7.0 6.0 )
39
38
recent_mdb = %w( 6.0 5.3 )
40
39
latest_5x_mdb = "5.3".inspect # so it gets quoted as a string
41
40
%>
@@ -45,7 +44,7 @@ buildvariants:
45
44
matrix_spec:
46
45
auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
47
46
ruby: <%= latest_ruby %>
48
- mongodb-version: <%= actual_and_upcoming_mdb %>
47
+ mongodb-version: <%= latest_stable_mdb %>
49
48
topology: <%= topologies %>
50
49
os: rhel8
51
50
display_name: ${auth-and-ssl} ${ruby} ${topology}
@@ -55,7 +54,7 @@ buildvariants:
55
54
- matrix_name: "mongo-recent"
56
55
matrix_spec:
57
56
ruby: <%= recent_rubies %>
58
- mongodb-version: <%= actual_and_upcoming_mdb %>
57
+ mongodb-version: <%= latest_stable_mdb %>
59
58
topology: <%= topologies %>
60
59
os: ['rhel8']
61
60
# There is no latest for ubuntu2204, so we can't test it here.
You can’t perform that action at this time.
0 commit comments