Skip to content

Commit

Permalink
build: Bump Akka Projection JDBC it test MS Sql Server image (#1205)
Browse files Browse the repository at this point in the history
* build: Bump Akka Projection JDBC it test MS Sql Server image

* One more place
  • Loading branch information
johanandren authored Sep 27, 2024
1 parent 29ebc3b commit e422cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object JdbcContainerOffsetStoreSpec {
val name = "MS SQL Server Database"
override val tag: Tag = TestTags.FlakyDb
override def newContainer(): JdbcDatabaseContainer[_] =
new MSSQLServerContainer("mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04")
new MSSQLServerContainer("mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04")
.withInitScript("db/default-init.sql")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ object SlickContainerOffsetStoreSpec {
val name = "MS SQL Server Database"
override val tag = TestTags.FlakyDb

val container = initContainer(new MSSQLServerContainer("mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04"))
val container = initContainer(new MSSQLServerContainer("mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04"))

override def config: Config =
super.config.withFallback(ConfigFactory.parseString("""
Expand Down
2 changes: 1 addition & 1 deletion container-license-acceptance.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04
mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04

0 comments on commit e422cf8

Please sign in to comment.