Skip to content

Commit

Permalink
Update Go CI tests: MySQL 8.4.2 -> 8.4.3 (#23255)
Browse files Browse the repository at this point in the history
Make sure Fleet works with the latest MySQL 8.4
  • Loading branch information
getvictor authored Oct 25, 2024
1 parent 7226083 commit d0ed03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit d0ed03f

Please sign in to comment.