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 and salonishah11 committed Feb 14, 2024
1 parent 3423011 commit 2444872
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 2444872

Please sign in to comment.