File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
- id : setup-mongodb
79
79
uses : mongodb-labs/drivers-evergreen-tools@master
80
80
with :
81
- version : 6.0
81
+ version : " 6.0"
82
82
topology : replica_set
83
83
- name : Run tests
84
84
run : just test
@@ -100,7 +100,7 @@ jobs:
100
100
- id : setup-mongodb
101
101
uses : mongodb-labs/drivers-evergreen-tools@master
102
102
with :
103
- version : 8.0
103
+ version : " 8.0"
104
104
- name : Install dependencies
105
105
run : just install
106
106
- name : Run tests
@@ -242,7 +242,7 @@ jobs:
242
242
- id : setup-mongodb
243
243
uses : mongodb-labs/drivers-evergreen-tools@master
244
244
with :
245
- version : 6.0
245
+ version : " 6.0"
246
246
topology : replica_set
247
247
# Async and our test_dns do not support dnspython 1.X, so we don't run async or dns tests here
248
248
- name : Run tests
@@ -269,7 +269,7 @@ jobs:
269
269
- id : setup-mongodb
270
270
uses : mongodb-labs/drivers-evergreen-tools@master
271
271
with :
272
- version : 6.0
272
+ version : " 6.0"
273
273
topology : replica_set
274
274
# The lifetime kwarg we use in srv resolution was added to the async resolver API in dnspython 2.1.0
275
275
- name : Run tests
You can’t perform that action at this time.
0 commit comments