mirror of
https://github.com/ebean-orm/ebean.git
synced 2026-09-25 03:31:07 +00:00
Test only - bump to Postgres 17 for PostgresReadOnlyDatabaseTest
This commit is contained in:
@@ -81,7 +81,7 @@ class PostgresReadOnlyDatabaseTest {
|
||||
}
|
||||
|
||||
private static Database setupReadOnlyDatabase() {
|
||||
PostgresContainer.builder("15")
|
||||
PostgresContainer.builder("17")
|
||||
.dbName("readonly_test")
|
||||
.build()
|
||||
.start();
|
||||
|
||||
Reference in New Issue
Block a user