Skip to content

Commit 464b229

Browse files
authored
Add Matrix for SQL Server Versions
1 parent 136de61 commit 464b229

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
build:
1111
name: Build
1212
runs-on: ubuntu-latest
13+
strategy:
14+
matrix:
15+
SQL_ENGINE_VERSION: [2017,2019]
16+
1317

1418
steps:
1519
- name: Checkout repository
@@ -25,7 +29,7 @@ jobs:
2529
uses: potatoqualitee/[email protected]
2630
with:
2731
install: sqlengine
28-
version: 2017
32+
version: ${{ matrix.SQL_ENGINE_VERSION }}
2933
collation: SQL_Latin1_General_CP1_CS_AS
3034

3135
- name: Check SQL Install

0 commit comments

Comments
 (0)