Skip to content

Commit

Permalink
FIX change to mongo 6.0 in regression tests (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Nov 28, 2023
1 parent 7bc68f8 commit 532c5c2
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
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
image: mongo:6.0
ports:
- 27017:27017
mosquitto:
Expand Down

0 comments on commit 532c5c2

Please sign in to comment.