@@ -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}"
0 commit comments