Skip to content

Commit 9ea3675

Browse files
committed
fix: bump MySQL version from 8.4.6 to 8.4.9 in legacy CI workflow
8.4.6 was removed from the MySQL CDN (404), causing Chocolatey install to fail. 8.4.9 is the latest 8.4.x patch available.
1 parent f8f9b36 commit 9ea3675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/legacy-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
shell: pwsh
7272
command: |
7373
$mysqlJob = Start-Job -ScriptBlock {
74-
choco install mysql --no-progress --version=8.4.6 -y --params "/serviceName:MySQL"
74+
choco install mysql --no-progress --version=8.4.9 -y --params "/serviceName:MySQL"
7575
return $LASTEXITCODE
7676
}
7777

0 commit comments

Comments
 (0)