diff --git a/.github/workflows/test-go.yaml b/.github/workflows/test-go.yaml index b9c013bd4101..084b1ea56b53 100644 --- a/.github/workflows/test-go.yaml +++ b/.github/workflows/test-go.yaml @@ -44,7 +44,7 @@ jobs: matrix: suite: ["integration", "core"] os: [ubuntu-latest] - mysql: ["mysql:8.0.36", "mysql:8.4.2"] # make sure to update supported versions docs when this changes + mysql: ["mysql:8.0.36", "mysql:8.4.3"] # make sure to update supported versions docs when this changes continue-on-error: ${{ matrix.suite == 'integration' }} # Since integration tests have a higher chance of failing, often for unrelated reasons, we don't want to fail the whole job if they fail runs-on: ${{ matrix.os }}