Skip to content

Commit

Permalink
Bruk PostgreSQL 16 i testene
Browse files Browse the repository at this point in the history
Dev og prod er oppgradert, så vi bør kjøre det lokalt også
  • Loading branch information
androa committed Nov 9, 2024
1 parent 5c1c64d commit 772e6cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.testcontainers.containers.wait.strategy.HostPortWaitStrategy

internal object PostgresTestHelper {
val instance by lazy {
PostgreSQLContainer<Nothing>("postgres:12").apply {
PostgreSQLContainer<Nothing>("postgres:16").apply {
this.waitingFor(HostPortWaitStrategy())
start()
}
Expand Down

0 comments on commit 772e6cd

Please sign in to comment.