Skip to content

Commit 6de8179

Browse files
committed
Update postgres version in test
1 parent e151624 commit 6de8179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/unit/DBSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trait DBSettings extends BeforeAndAfterAll { self: Suite =>
1414
DockerImageName.parse(s"mysql:${mysqlVersion}")
1515
)
1616
protected[this] final val postgres = new PostgreSQLContainer(
17-
DockerImageName.parse("postgres:11.4")
17+
DockerImageName.parse("postgres:18.0")
1818
)
1919

2020
protected[this] final def mysqlJdbcUrl = mysql.getJdbcUrl

0 commit comments

Comments
 (0)