Skip to content

Commit

Permalink
Merge pull request #1662 from yadavan88/update-mongo-version
Browse files Browse the repository at this point in the history
Update mongo version to 7.0 to avoid issue in jenkins for new os
  • Loading branch information
lor6 authored Nov 27, 2024
2 parents 2c1b54e + 8838f15 commit 7ac7d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AlpakkaIntegrationTest
.build()

override def beforeAll() = {
mongodInstance.start(Version.Main.V4_4)
mongodInstance.start(Version.Main.V7_0)
}

"Alpakka MongoDB integration service" must {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ReactiveMongoLiveTest
.build()

override def beforeAll(): Unit = {
mongodInstance.start(Version.Main.V4_0)
mongodInstance.start(Version.Main.V7_0)
super.beforeAll()
}

Expand Down

0 comments on commit 7ac7d14

Please sign in to comment.