We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464b229 commit a6b27ceCopy full SHA for a6b27ce
.github/workflows/integration-tests.yml
@@ -13,6 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
SQL_ENGINE_VERSION: [2017,2019]
16
+ COLLATION: [SQL_Latin1_General_CP1_CS_AS]
17
18
19
steps:
@@ -30,7 +31,7 @@ jobs:
30
31
with:
32
install: sqlengine
33
version: ${{ matrix.SQL_ENGINE_VERSION }}
- collation: SQL_Latin1_General_CP1_CS_AS
34
+ collation: ${{ matrix.COLLATION }}
35
36
- name: Check SQL Install
37
run: |
0 commit comments