Skip to content

Commit

Permalink
Update mysql version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Feb 5, 2021
1 parent 2e037dc commit 8f6463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-18.04
services:
mysql:
image: mysql:5.7
image: mysql:8.0
ports:
- '3306:3306'
env:
Expand Down

0 comments on commit 8f6463f

Please sign in to comment.