Skip to content

Commit

Permalink
Bump postgres version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Jan 9, 2025
1 parent d8c6d8b commit aa7704c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class IntegrationSuite(
EnableElasticsearchContainer: Boolean = false,
EnablePostgresContainer: Boolean = false,
EnableRedisContainer: Boolean = false,
PostgresqlVersion: String = "13.12",
PostgresqlVersion: String = "16.3",
ElasticsearchImage: String = "6409dd6", // elasticsearch 8.11.4
schemaName: String = "testschema"
) extends UnitTestSuite {
Expand Down

0 comments on commit aa7704c

Please # to comment.