File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ buildvariants:
11991199 matrix_spec :
12001200 auth-and-ssl : ["auth-and-ssl", "noauth-and-nossl"]
12011201 ruby : " ruby-3.3"
1202- mongodb-version : ["latest", " 8.0", "7.0"]
1202+ mongodb-version : ["8.0", "7.0"]
12031203 topology : ["server", "replica_set", "sharded_cluster"]
12041204 os : ubuntu2204
12051205 display_name : ${auth-and-ssl} ${ruby} db-${mongodb-version} ${topology}
@@ -1209,7 +1209,7 @@ buildvariants:
12091209 - matrix_name : " mongo-recent"
12101210 matrix_spec :
12111211 ruby : ["ruby-3.3", "ruby-3.2", "jruby-9.4"]
1212- mongodb-version : ["latest", " 8.0", "7.0"]
1212+ mongodb-version : ["8.0", "7.0"]
12131213 topology : ["server", "replica_set", "sharded_cluster"]
12141214 os : ubuntu2204
12151215 display_name : " ${mongodb-version} ${os} ${topology} ${auth-and-ssl} ${ruby}"
Original file line number Diff line number Diff line change 3434 latest_stable_mdb = "8.0".inspect # so it gets quoted as a string
3535
3636 # A few of the most recent MongoDB versions
37- actual_and_upcoming_mdb = %w( latest 8.0 7.0 )
37+ # actual_and_upcoming_mdb = %w( latest 8.0 7.0 )
38+ actual_and_upcoming_mdb = %w( 8.0 7.0 )
3839
3940 recent_mdb = %w( 8.0 7.0 )
4041
Original file line number Diff line number Diff line change 2424
2525 context 'with regular authentication' do
2626 regular_auth_env_vars = %w[
27- ATLAS_SERVERLESS
28- ATLAS_SRV_SERVERLESS
2927 ATLAS_FREE
3028 ATLAS_SRV_FREE
3129 ATLAS_REPL
5553
5654 context 'with X.509 authentication' do
5755 x509_auth_env_vars = [
58- %w[ ATLAS_X509_URI ATLAS_X509_CERT_BASE64 ] ,
59- %w[ ATLAS_X509_DEV_URI ATLAS_X509_DEV_CERT_BASE64 ]
56+ %w[ ATLAS_X509 ATLAS_X509_CERT_BASE64 ] ,
57+ %w[ ATLAS_X509_DEV ATLAS_X509_DEV_CERT_BASE64 ]
6058 ]
6159
6260 x509_auth_env_vars . each do |uri_var , cert_var |
You can’t perform that action at this time.
0 commit comments