File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ Specify a version
4040
4141Currently supports
4242
43- Version | `2022` | `2019`
44- --- | --- | ---
45- ` ubuntu-24.04` | |
46- ` ubuntu-22.04` | default |
47- ` windows-2025` | default | ✓
48- ` windows-2022` | default | ✓
43+ Version | `2025` | ` 2022` | `2019`
44+ --- | --- | --- | ---
45+ ` ubuntu-24.04` | | |
46+ ` ubuntu-22.04` | ✓ | default |
47+ ` windows-2025` | | default | ✓
48+ ` windows-2022` | | default | ✓
4949
5050Test against multiple versions
5151
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ if (isMac()) {
6969 const tmpDir = useTmpDir ( ) ;
7070 run ( `curl -Ls -o SQL${ sqlserverVersion } -SSEI-Dev.exe ${ url } ` ) ;
7171 run ( `SQL${ sqlserverVersion } -SSEI-Dev.exe /Action=Download /MediaPath="${ tmpDir } " /MediaType=CAB /Quiet` ) ;
72- run ( `ls` ) ;
73- run ( `SQLServer${ sqlserverVersion } -DEV-x64-ENU.exe /X:${ tmpDir } \\Media /QS` ) ;
72+ run ( `SQLServer${ sqlserverVersion } -${ sqlserverVersion == 2025 ? 'STD' : '' } DEV-x64-ENU.exe /X:${ tmpDir } \\Media /QS` ) ;
7473 const params = [
7574 `/IACCEPTSQLSERVERLICENSETERMS` ,
7675 `/ACTION="install"` ,
You can’t perform that action at this time.
0 commit comments