Skip to content

Commit 893b0c2

Browse files
Align with upstream fix
1 parent cfe0e80 commit 893b0c2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/legacy-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,8 @@ jobs:
7070
timeout_minutes: 7
7171
shell: pwsh
7272
command: |
73-
$mysqlJob = Start-Job -ScriptBlock {
74-
# choco has no working 8.4.x mysql package (8.4.6's zip was pulled from cdn.mysql.com,
75-
# no 8.4.7+ package exists), so we track the latest available. If this 404s again,
76-
# switch to a dedicated setup action (shogo82148/actions-setup-mysql) for version pinning.
77-
choco install mysql --no-progress --version=9.6.0 -y --params "/serviceName:MySQL"
73+
$mysqlJob = Start-Job -ScriptBlock {
74+
choco install mysql --no-progress -y --params "/serviceName:MySQL"
7875
return $LASTEXITCODE
7976
}
8077

0 commit comments

Comments
 (0)