From 5fa7148c1750157c8226f3afd6e2e1efcdc65ca2 Mon Sep 17 00:00:00 2001 From: lmcnatt <85642387+lucymcnatt@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:29:40 -0500 Subject: [PATCH] Run unit tests with upgraded mysql --- docker/run-mysql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/run-mysql.sh b/docker/run-mysql.sh index 29d81d39f83..881141d2cc1 100755 --- a/docker/run-mysql.sh +++ b/docker/run-mysql.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # The CloudSQL console simply states "MySQL 5.6" so we may not match the minor version number -MYSQL_VERSION=5.6 +MYSQL_VERSION=5.7 start() { echo "attempting to remove old $CONTAINER container..."