Skip to content

Commit

Permalink
[AN-257] upgrade mysql from 5.7 to 8.0 (#4816)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo authored Dec 19, 2024
1 parent 0641a36 commit 109a9a7
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 109a9a7

Please sign in to comment.