File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jdbc/testkit/src/main/scala/app/softnetwork/persistence/jdbc/scalatest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ trait MySQLTestKit extends JdbcContainerTestKit { _: Suite =>
99
1010 override val schemaType : SchemaType = MySQL
1111
12- def mysqlVersion : String = " 5.7 "
12+ def mysqlVersion : String = " 8 "
1313
1414 lazy val jdbcContainer = new MySQLContainer (s " mysql: $mysqlVersion" )
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ trait PostgresTestKit extends JdbcContainerTestKit { _: Suite =>
99
1010 override val schemaType : SchemaType = Postgres
1111
12- def postgresVersion : String = " 9.6 "
12+ def postgresVersion : String = " 13 "
1313
1414 lazy val jdbcContainer = new PostgreSQLContainer (s " postgres: $postgresVersion" )
1515
You can’t perform that action at this time.
0 commit comments