mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Update the default mysql version to 8.0 (#6619)
This commit is contained in:
parent
fc488034b9
commit
96cd901768
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
fail-fast: false
|
||||
env:
|
||||
SW_VERSION: ${{ matrix.sw-version }}
|
||||
MYSQL_VERSION: '5.7'
|
||||
MYSQL_VERSION: '8.0'
|
||||
PGSQL_VERSION: '14'
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user