Add MySQL8.0 , MySQL5.7 to pr-test workflow

This commit is contained in:
Max 2022-02-25 22:01:51 +08:00
parent 094d70c537
commit 304bb1de0e

View file

@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
go: [1.17]
db: [SQLite3]
db: [MySQL8.0, MySQL5.7, SQLite3]
if: >
${{ github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' }}