Bump MySQL test version from 8.0.39 to 8.0.42 (#42122)
Updates MySQL version references from 8.0.39 to 8.0.42 in GitHub Actions workflow test matrices to match current Aurora version as of #42120. --------- Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: iansltx <472804+iansltx@users.noreply.github.com> Co-authored-by: Ian Littman <iansltx@gmail.com>
This commit is contained in:
co-authored by
iansltx
Ian Littman
parent
89969c1eed
commit
111bb4692e
@@ -68,7 +68,7 @@ jobs:
|
||||
if: github.event_name == 'schedule'
|
||||
strategy:
|
||||
matrix:
|
||||
mysql: ["mysql:8.0.39", "mysql:8.4.8"]
|
||||
mysql: ["mysql:8.0.42", "mysql:8.4.8"]
|
||||
uses: ./.github/workflows/test-go-suite.yaml
|
||||
with:
|
||||
suite: activity
|
||||
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
suite: ["integration-core", "integration-enterprise", "integration-mdm", "fleetctl", "main", "mysql", "service", "vuln"]
|
||||
mysql: ["mysql:8.0.39", "mysql:8.4.8"]
|
||||
mysql: ["mysql:8.0.42", "mysql:8.4.8"]
|
||||
uses: ./.github/workflows/test-go-suite.yaml
|
||||
with:
|
||||
suite: ${{ matrix.suite }}
|
||||
|
||||
Reference in New Issue
Block a user