Skip to content

Commit 7fda60e

Browse files
loganadendevmatteini
authored andcommitted
Update mongodb version.
1 parent 9d009db commit 7fda60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/services/test/globalSetup/mongodb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { GlobalSetupContext } from "vitest/node"
55
let container: StartedMongoDBContainer | undefined
66

77
export async function setup({ provide }: GlobalSetupContext) {
8-
container = await new MongoDBContainer("mongo:6.0.16").start()
8+
container = await new MongoDBContainer("mongo:8.0.17").start()
99

1010
provide("mongoConnectionString", container.getConnectionString())
1111
if (process.env.EFFECT_MONGODB_DEBUG === "true") {

0 commit comments

Comments
 (0)