Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump Akka Projection JDBC it test MS Sql Server image #1205

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading