Skip to content

Commit

Permalink
Putting back mysql 8.2, mysql 8.3 is out MySqlDatabaseTestResource.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmorozov authored Apr 4, 2024
1 parent 765d24f commit d7c2175
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MySqlDatabaseTestResource implements QuarkusTestResourceLifecycleMa

JdbcDatabaseContainer<?> dbServer;

private static final String MY_SQL_IMAGE = "mysql:latest";
private static final String MY_SQL_IMAGE = "mysql:8.2";
private static final int MY_SQL_PORT = 3306;

@Override
Expand All @@ -36,4 +36,4 @@ public synchronized void stop() {
dbServer = null;
}
}
}
}

0 comments on commit d7c2175

Please sign in to comment.