Skip to content

Commit

Permalink
Merge pull request #544 from kbrock/latest_mysql
Browse files Browse the repository at this point in the history
upgrade mysql
  • Loading branch information
kbrock committed May 24, 2021
2 parents 0a1337e + d7aa720 commit cd5dc58
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 cd5dc58

Please sign in to comment.