Skip to content

Commit

Permalink
test(loading): run tests on MongoDB v8 (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Nov 11, 2024
1 parent a4c41bf commit 640c377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ internal fun withMongo(operation: () -> Unit) {
private fun startMongo(platform: Platform) = Mongod.instance()
.withNet(Net.of("localhost", 27017, Network.localhostIsIPv6()).toTransition())
.withPlatform(platform.toTransition())
.start(Version.Main.V7_0)
.start(Version.Main.V8_0)

0 comments on commit 640c377

Please sign in to comment.