Skip to content
Snippets Groups Projects
Unverified Commit fa887c19 authored by Simon Belak's avatar Simon Belak Committed by GitHub
Browse files

Bump Mongo to 3.4

parent ea4ebe7c
No related branches found
No related tags found
No related merge requests found
......@@ -233,14 +233,14 @@ jobs:
working_directory: /home/circleci/metabase/metabase/
docker:
- image: circleci/clojure:lein-2.8.1-node-browsers
- image: circleci/mongo:3.2
- image: circleci/mongo:3.4
steps:
- attach_workspace:
at: /home/circleci/
- restore_cache:
<<: *restore-be-deps-cache
- run:
name: Run backend unit tests (MongoDB 3.2)
name: Run backend unit tests (MongoDB 3.4)
environment:
DRIVERS: h2,mongo
command: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment