Skip to content

Commit

Permalink
[IA-4456] Update mysql to 5.7 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Sep 16, 2024
1 parent 4ad7058 commit ecd397e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/mysql-server:5.6
image: mysql/mysql-server:5.7
env:
MYSQL_ROOT_PASSWORD: leonardo-test
MYSQL_USER: leonardo-test
Expand Down
2 changes: 1 addition & 1 deletion 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.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..."
Expand Down

0 comments on commit ecd397e

Please sign in to comment.