@ -33,7 +33,7 @@ jobs:
--health-timeout 5s
--health-retries 5
mongo:
image: mongo:3.1
image: mongo:5.0.4-focal
ports:
- 27017:27017
azurite:
@ -59,4 +59,4 @@ jobs:
- name: Install tox
run: pip install tox
- name: Run tests
run: tox -e ${{ matrix.tox-version }}