mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-04 22:59:58 +01:00
Merge pull request #1521 from xuwei-k/test-MySQL-version
update MySQL v5_7_latest in test
This commit is contained in:
@@ -29,7 +29,7 @@ class GitBucketCoreModuleSpec extends FunSuite {
|
||||
}
|
||||
|
||||
test("Migration MySQL", ExternalDBTest){
|
||||
val config = aMysqldConfig(v5_7_10)
|
||||
val config = aMysqldConfig(v5_7_latest)
|
||||
.withPort(3306)
|
||||
.withUser("sa", "sa")
|
||||
.withCharset(Charset.UTF8)
|
||||
|
||||
Reference in New Issue
Block a user