File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,10 @@ axes:
641641 display_name : ruby-2.6
642642 variables :
643643 RVM_RUBY : " ruby-2.6"
644+ - id : " ruby-2.7"
645+ display_name : ruby-2.7
646+ variables :
647+ RVM_RUBY : " ruby-2.7"
644648 - id : " ruby-head"
645649 display_name : ruby-head
646650 variables :
@@ -742,7 +746,7 @@ buildvariants:
742746 matrix_name : " mongo"
743747 matrix_spec :
744748 auth-and-ssl : ["auth-and-ssl", "noauth-and-nossl"]
745- ruby : " ruby-2.6 "
749+ ruby : " ruby-2.7 "
746750 mongodb-version : " *"
747751 topology : " *"
748752 os : rhel70
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ setup_ruby() {
116116 if true ; then
117117
118118 # For testing toolchains:
119- toolchain_url=https://s3.amazonaws.com//mciuploads/mongo-ruby-toolchain/` host_arch` /ce62fbb005213564a3da1041854da54df6615b2a /mongo_ruby_driver_toolchain_` host_arch | tr - _` _patch_ce62fbb005213564a3da1041854da54df6615b2a_5cfacdc857e85a3ef6647ad9_19_06_07_20_49_15 .tar.gz
119+ toolchain_url=https://s3.amazonaws.com//mciuploads/mongo-ruby-toolchain/` host_arch` /e7cf68d7146c09d54dfbe241c04aad3e3eadbb10 /mongo_ruby_driver_toolchain_` host_arch | tr - _` _e7cf68d7146c09d54dfbe241c04aad3e3eadbb10_19_12_27_00_47_13 .tar.gz
120120 curl --retry 3 -fL $toolchain_url | tar zxf -
121121 export PATH=` pwd` /rubies/$RVM_RUBY /bin:$PATH
122122
You can’t perform that action at this time.
0 commit comments