@@ -37,7 +37,7 @@ functions:
3737 working_dir : " src"
3838 script : |
3939 set -ex
40-
40+
4141 git submodule update --init --recursive
4242
4343 " fetch egos " :
@@ -46,10 +46,10 @@ functions:
4646 working_dir : " src"
4747 script : |
4848 set -ex
49-
49+
5050 curl -sfLo egos https://raw.githubusercontent.com/p-mongo/egos/master/egos
5151 chmod +x ./egos
52-
52+
5353 " create expansions " :
5454 # Make an evergreen exapanstion file with dynamic values
5555 - command : shell.exec
@@ -89,7 +89,7 @@ functions:
8989 export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
9090 export PATH="$MONGODB_BINARIES:$PATH"
9191 export PROJECT="${project}"
92-
92+
9393 export MONGODB_VERSION=${VERSION}
9494 export TOPOLOGY=${TOPOLOGY}
9595 export SINGLE_MONGOS=${SINGLE_MONGOS}
@@ -565,9 +565,7 @@ buildvariants:
565565 matrix_spec :
566566 driver : current
567567 ruby : " ruby-3.0"
568- # 3.6 should be brought back when the following issue is fixed:
569- # https://jira.mongodb.org/browse/MONGOID-5113
570- # mongodb-version: ['3.6', '4.0', '4.2', '4.4']
568+ mongodb-version : ['3.6', '4.0', '4.2', '4.4']
571569 mongodb-version : ['4.0', '4.2', '4.4']
572570 topology : ["replica-set", "sharded-cluster"]
573571 display_name : " ${ruby}, ${driver}, ${mongodb-version}, ${topology}"
@@ -579,10 +577,7 @@ buildvariants:
579577 matrix_spec :
580578 driver : current
581579 ruby : " ruby-2.7"
582- # 3.6 should be brought back when the following issue is fixed:
583- # https://jira.mongodb.org/browse/MONGOID-5113
584- # mongodb-version: ['3.6', '4.0', '4.2', '4.4']
585- mongodb-version : ['4.0', '4.2', '4.4']
580+ mongodb-version : ['3.6', '4.0', '4.2', '4.4']
586581 topology : ["replica-set", "sharded-cluster"]
587582 display_name : " ${ruby}, ${driver}, ${mongodb-version}, ${topology}"
588583 run_on :
0 commit comments