Skip to content

Commit

Permalink
DRIVERS-2395: Remove single topology
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Jul 22, 2022
1 parent c5d1c77 commit bafb024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{
"minServerVersion": "4.0.0",
"topologies": [
"single",
"replicaset"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schemaVersion: "1.4"

runOnRequirements:
- minServerVersion: "4.0.0"
topologies: [ single, replicaset ]
topologies: [ replicaset ]
- minServerVersion: "4.2.0"
topologies: [ sharded, load-balanced ]

Expand Down

0 comments on commit bafb024

Please sign in to comment.