Skip to content

Commit

Permalink
Merge pull request #672 from girder/circleci-mongo-version
Browse files Browse the repository at this point in the history
Update the version of mongo used in Circle-CI tests.
  • Loading branch information
manthey authored Oct 29, 2021
2 parents 96585c2 + 6942b8a commit 4fc7f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
docker:
- image: girder/tox-and-node
- image: memcached
- image: circleci/mongo:4.0-ram
- image: circleci/mongo:5.0-ram
- image: rabbitmq
commands:
tox:
Expand Down

0 comments on commit 4fc7f55

Please sign in to comment.