Skip to content

Commit 25cc5ff

Browse files
authored
Merge pull request #1758 from dhensby/pulls/windows-2025
ci: add windows-2025 runner
2 parents 6cc5284 + ad438f1 commit 25cc5ff

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,9 @@ jobs:
114114
MSSQL_PASSWORD: 'yourStrong(!)Password'
115115
strategy:
116116
matrix:
117-
os: [windows-2022]
117+
os: [windows-2022, windows-2025]
118118
node: [18.x, 20.x, 22.x, 24.x]
119-
sqlserver: [2008, 2012, 2014, 2016, 2017, 2019, 2022]
120-
# These sqlserver versions don't work on windows-2022 (at the moment)
121-
exclude:
122-
- os: windows-2022
123-
sqlserver: 2008
124-
- os: windows-2022
125-
sqlserver: 2012
126-
- os: windows-2022
127-
sqlserver: 2014
119+
sqlserver: [2016, 2017, 2019, 2022]
128120
steps:
129121
- name: Checkout code
130122
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)