mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2939 - [yugabyte] Bump testing against Yugabyte to use version 2.16.0.1-b7
This commit is contained in:
@@ -25,7 +25,7 @@ class YugabyteSetup implements PlatformSetup {
|
||||
if (!config.isUseDocker()) {
|
||||
return new Properties();
|
||||
}
|
||||
config.setDockerVersion("2.11.2.0-b89");
|
||||
config.setDockerVersion("2.16.0.1-b7");
|
||||
config.setExtensions("pgcrypto");
|
||||
return config.getDockerProperties();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user