Skip to content

Commit

Permalink
Merge pull request #575 from NDLANO/upgrade-databases
Browse files Browse the repository at this point in the history
Bump postgres version in tests
  • Loading branch information
jnatten authored Jan 9, 2025
2 parents d8c6d8b + aa7704c commit 6503a5a
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 6503a5a

Please sign in to comment.