Skip to content

Commit

Permalink
Switch to PostgreSQL:17 for integration tests. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecki authored Nov 22, 2024
1 parent 29cde00 commit 2275f31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static void setUpBeforeClass()
System.out.println("Starting container...");

// we do this here to not hide the fail reason in Initializer Exception
dbContainer = new PostgreSQLContainer<>(DockerImageName.parse("postgres:16"));
dbContainer = new PostgreSQLContainer<>(DockerImageName.parse("postgres:17"));

dbContainer.start();
System.out.println("done.");
Expand Down

0 comments on commit 2275f31

Please sign in to comment.