@@ -1234,7 +1234,7 @@ buildvariants:
1234
1234
matrix_spec :
1235
1235
auth-and-ssl : ["auth-and-ssl", "noauth-and-nossl"]
1236
1236
ruby : " ruby-3.2"
1237
- mongodb-version : ["latest", " 7.0", "6.0"]
1237
+ mongodb-version : ["7.0", "6.0"]
1238
1238
topology : ["standalone", "replica-set", "sharded-cluster"]
1239
1239
os : ubuntu2204
1240
1240
display_name : ${auth-and-ssl} ${ruby} db-${mongodb-version} ${topology}
@@ -1244,7 +1244,7 @@ buildvariants:
1244
1244
- matrix_name : " mongo-recent"
1245
1245
matrix_spec :
1246
1246
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"]
1248
1248
topology : ["standalone", "replica-set", "sharded-cluster"]
1249
1249
os : ubuntu2204
1250
1250
display_name : " ${mongodb-version} ${os} ${topology} ${ruby}"
@@ -1254,7 +1254,7 @@ buildvariants:
1254
1254
- matrix_name : " mongo-recent-arm"
1255
1255
matrix_spec :
1256
1256
ruby : " ruby-3.2"
1257
- mongodb-version : ["latest", " 7.0", "6.0"]
1257
+ mongodb-version : ["7.0", "6.0"]
1258
1258
topology : ["standalone", "replica-set", "sharded-cluster"]
1259
1259
os : ubuntu2204-arm
1260
1260
display_name : " ${mongodb-version} ${os} ${topology} ${ruby}"
0 commit comments