We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f12be commit abbb037Copy full SHA for abbb037
tests/docker-compose.yml
@@ -46,12 +46,12 @@ services:
46
volumes:
47
- pymongodata36:/data/db
48
49
- mongodb40:
50
- image: mongo:4.0
+ mongodb42:
+ image: mongo:4.2
51
ports:
52
- "27017:27017"
53
54
- - pymongodata40:/data/db
+ - pymongodata42:/data/db
55
56
memcached:
57
image: memcached
@@ -205,7 +205,7 @@ volumes:
205
driver: local
206
pymongodata36:
207
208
- pymongodata40:
+ pymongodata42:
209
210
pyesdata7:
211
tests/scripts/envs/pymongo-newest.sh
@@ -1,3 +1,3 @@
1
export PYTEST_MARKER="-m mongodb"
2
-export DOCKER_DEPS="mongodb40"
3
-export MONGODB_HOST="mongodb40"
+export DOCKER_DEPS="mongodb42"
+export MONGODB_HOST="mongodb42"
0 commit comments