Skip to content

Commit e37759e

Browse files
authored
Merge pull request pallets-eco#2192 from ulgens/update_ci_mongo
Update mongo version in CI pipeline
2 parents 8dfad34 + b7ab2b3 commit e37759e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
--health-timeout 5s
3434
--health-retries 5
3535
mongo:
36-
image: mongo:3.1
36+
image: mongo:5.0.4-focal
3737
ports:
3838
- 27017:27017
3939
azurite:
@@ -59,4 +59,4 @@ jobs:
5959
- name: Install tox
6060
run: pip install tox
6161
- name: Run tests
62-
run: tox -e ${{ matrix.tox-version }}
62+
run: tox -e ${{ matrix.tox-version }}

0 commit comments

Comments
 (0)