Skip to content

Commit

Permalink
Merge branch 'develop' into mtalbott-sam-list-runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott authored Jan 2, 2025
2 parents 6c574f4 + 109a9a7 commit aab279b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

services:
mysql:
image: mysql:5.7
image: mysql:8.0.40
env:
MYSQL_ROOT_PASSWORD: leonardo-test
MYSQL_USER: leonardo-test
Expand Down
4 changes: 2 additions & 2 deletions docker/run-mysql.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# The CloudSQL console simply states "MySQL 5.7" so we may not match the minor version number
MYSQL_VERSION=5.7
# The CloudSQL console simply states "MySQL 8.0" so we may not match the minor version number
MYSQL_VERSION=8.0.40
start() {

echo "attempting to remove old $CONTAINER container..."
Expand Down

0 comments on commit aab279b

Please sign in to comment.