Skip to content

Commit

Permalink
upgrade mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed May 21, 2021
1 parent 0a1337e commit d7aa720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
--health-timeout 5s
--health-retries 5
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_DATABASE: ancestry_test
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_ROOT_PASSWORD:
MYSQL_PASSWORD:
ports:
- 3306
Expand Down

0 comments on commit d7aa720

Please sign in to comment.