Skip to content

Commit e152737

Browse files
committed
Test
1 parent cc1ed10 commit e152737

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ Specify a version
4040

4141
Currently 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

5050
Test against multiple versions
5151

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"`,

0 commit comments

Comments
 (0)