Skip to content

Commit 780bff4

Browse files
committed
Disable tests with Windows and MSSQL 2017 (for now)
1 parent b6ca788 commit 780bff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
mssql-version:
93-
- 2017
93+
#- 2017
9494
- 2019
9595
- 2022
9696
ruby-version:
@@ -207,7 +207,7 @@ jobs:
207207
fail-fast: false
208208
matrix:
209209
mssql-version:
210-
- 2017
210+
#- 2017
211211
- 2019
212212
- 2022
213213
ruby-version:

0 commit comments

Comments
 (0)