Skip to content

Commit

Permalink
fix: run tests against mongo 5
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Hoover <brent@thebuddhalodge.com>

Signed-off-by: Brent Hoover <brent@thebuddhalodge.com>
  • Loading branch information
zenweasel committed Mar 14, 2023
1 parent a5e648e commit 24660a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
docker:
- image: cimg/node:14.20.0
# Integration tests need MongoDB server running and accessible on port 27017
- image: mongo:4.0
- image: mongo:5
command: mongod --oplogSize 128 --replSet rs0 --storageEngine=wiredTiger
ports:
- "27017:27017"
Expand All @@ -125,7 +125,7 @@ jobs:
docker:
- image: cimg/node:14.20.0
# Integration tests need MongoDB server running and accessible on port 27017
- image: mongo:4.0
- image: mongo:5
command: mongod --oplogSize 128 --replSet rs0 --storageEngine=wiredTiger
ports:
- "27017:27017"
Expand Down

0 comments on commit 24660a0

Please sign in to comment.