Update the default mysql version to 8.0 (#6619)

This commit is contained in:
李铭昕 2024-03-24 21:29:43 +08:00 committed by GitHub
parent fc488034b9
commit 96cd901768
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
fail-fast: false fail-fast: false
env: env:
SW_VERSION: ${{ matrix.sw-version }} SW_VERSION: ${{ matrix.sw-version }}
MYSQL_VERSION: '5.7' MYSQL_VERSION: '8.0'
PGSQL_VERSION: '14' PGSQL_VERSION: '14'
steps: steps:
- name: Checkout - name: Checkout