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 136de61 commit 464b229Copy full SHA for 464b229
.github/workflows/integration-tests.yml
@@ -10,6 +10,10 @@ jobs:
10
build:
11
name: Build
12
runs-on: ubuntu-latest
13
+ strategy:
14
+ matrix:
15
+ SQL_ENGINE_VERSION: [2017,2019]
16
+
17
18
steps:
19
- name: Checkout repository
@@ -25,7 +29,7 @@ jobs:
25
29
uses: potatoqualitee/[email protected]
26
30
with:
27
31
install: sqlengine
28
- version: 2017
32
+ version: ${{ matrix.SQL_ENGINE_VERSION }}
33
collation: SQL_Latin1_General_CP1_CS_AS
34
35
- name: Check SQL Install
0 commit comments