Skip to content

Commit

Permalink
Merge pull request #628 from telefonicaid/mongo6-test
Browse files Browse the repository at this point in the history
[WIP] FIX change to mongo 6.0 in regression tests
  • Loading branch information
AlvaroVega authored Nov 28, 2023
2 parents 19eb180 + c5d9fa2 commit 67e0634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:4.4.19
image: mongo:6.0
ports:
- 27017:27017
mosquitto:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
needs: unit-test
services:
mongodb:
image: mongo:4.4.19
image: mongo:6.0
ports:
- 27017:27017
mosquitto:
Expand Down

0 comments on commit 67e0634

Please sign in to comment.