+ MySQL 5.7
This commit is contained in:
parent
1133986222
commit
89ac8646a7
2 changed files with 4 additions and 3 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go: [1.17]
|
||||
db: [MySQL8.0, SQLite3]
|
||||
db: [MySQL8.0, MySQL5.7, SQLite3]
|
||||
steps:
|
||||
- name: Setup Cache
|
||||
uses: actions/cache@v2
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
# 象传应用引擎
|
||||
|
||||
[](https://travis-ci.com/github/YaoApp/xiang)
|
||||
[](https://github.com/YaoApp/xiang/actions/workflows/unit-test.yml)
|
||||
|
||||
[](https://codecov.io/gh/YaoApp/xiang)
|
||||
|
||||

|
||||
|
||||
象传应用引擎,是一款低代码应用运行引擎,采用 Golang 语言开发。
|
||||
象传应用引擎,是一款低代码应用运行引擎,采用 Golang 语言开发。 [查看文档](https://github.com/YaoApp/xiang-spec)
|
||||
|
||||
## 象传全文
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue