We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f9b36 commit 9ea3675Copy full SHA for 9ea3675
1 file changed
.github/workflows/legacy-tests.yml
@@ -71,7 +71,7 @@ jobs:
71
shell: pwsh
72
command: |
73
$mysqlJob = Start-Job -ScriptBlock {
74
- choco install mysql --no-progress --version=8.4.6 -y --params "/serviceName:MySQL"
+ choco install mysql --no-progress --version=8.4.9 -y --params "/serviceName:MySQL"
75
return $LASTEXITCODE
76
}
77
0 commit comments