+ MySQL 8.0

This commit is contained in:
Max 2021-10-07 19:29:23 +08:00
parent 28e14fdbd7
commit e0bc40bf40

View file

@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
go: [1.17]
db: [SQLite3]
db: [MySQL8.0, SQLite3]
steps:
- name: Checkout Kun
uses: actions/checkout@v2