Skip to content

Commit

Permalink
gha: use mongo 7
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 19, 2024
1 parent 99fddd0 commit 57f1fe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/microbenchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python-version: '3.9.14'
services:
mongo:
image: mongo:4.4
image: mongo:7.0
ports:
- 27017:27017

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orquesta-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: '3.9.14'
services:
mongo:
image: mongo:4.4
image: mongo:7.0
ports:
- 27017:27017

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

services:
mongo:
image: mongo:4.4
image: mongo:7.0
ports:
- 27017:27017

Expand Down

0 comments on commit 57f1fe6

Please sign in to comment.