Skip to content

Commit

Permalink
Merge pull request #77 from catalyst/utf8mb4_unicode_ci
Browse files Browse the repository at this point in the history
Set mysql collation to utf8mb4_unicode_ci
  • Loading branch information
keevan authored Aug 16, 2022
2 parents 5443c6c + 4332311 commit 048392d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ jobs:
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
ports:
- 3306:3306
options: >-
Expand Down

0 comments on commit 048392d

Please sign in to comment.