Skip to content

Commit

Permalink
WX-1444 Use MySQL LTS in DBMS tests (#7360)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols authored Jan 26, 2024
1 parent cb53732 commit b6d1f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ case object MysqlEarliestDatabaseSystem extends NetworkDatabaseSystem {
case object MysqlLatestDatabaseSystem extends NetworkDatabaseSystem {
override val name: String = "MySQL (latest)"
override val platform: MysqlDatabasePlatform.type = MysqlDatabasePlatform
override val dockerImageVersion: String = "latest"
override val dockerImageVersion: String = "8.0"
}

case object PostgresqlEarliestDatabaseSystem extends NetworkDatabaseSystem {
Expand Down

0 comments on commit b6d1f50

Please sign in to comment.