diff --git a/.github/workflows/hyperf-test.yml b/.github/workflows/hyperf-test.yml index ae21dc73..a16964e6 100644 --- a/.github/workflows/hyperf-test.yml +++ b/.github/workflows/hyperf-test.yml @@ -45,7 +45,7 @@ jobs: fail-fast: false env: SW_VERSION: ${{ matrix.sw-version }} - MYSQL_VERSION: '8.0' + MYSQL_VERSION: '8.0.32' PGSQL_VERSION: '14' steps: - name: Checkout