Skip to content

Commit

Permalink
Update MySQL image to current oldest available on RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored and wendigo committed Apr 5, 2024
1 parent 90ef6e5 commit aae94ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class TestMySqlTableStatisticsMySql5IndexStatistics
{
public TestMySqlTableStatisticsMySql5IndexStatistics()
{
super("mysql:5.5.46"); // oldest available on RDS
super("mysql:5.7.44"); // oldest available on RDS
}
}

0 comments on commit aae94ad

Please sign in to comment.