Skip to content

Commit e46dd66

Browse files
committed
Test only - bump to Postgres 17 for PostgresReadOnlyDatabaseTest
1 parent 3e1451b commit e46dd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebean-test/src/test/java/org/tests/readonly/PostgresReadOnlyDatabaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void transactionalOnlyContainingQueries() {
8181
}
8282

8383
private static Database setupReadOnlyDatabase() {
84-
PostgresContainer.builder("15")
84+
PostgresContainer.builder("17")
8585
.dbName("readonly_test")
8686
.build()
8787
.start();

0 commit comments

Comments
 (0)