Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit b80d2ee

Browse files
committed
#34 - Change default postgres version to 11
1 parent dd9352b commit b80d2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/ebean/test/config/platform/PostgresSetup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private Properties dockerProperties(Config config) {
3131
return new Properties();
3232
}
3333

34-
config.setDockerVersion("10");
34+
config.setDockerVersion("11");
3535
config.setExtensions("hstore,pgcrypto");
3636
return config.getDockerProperties();
3737
}

0 commit comments

Comments
 (0)