Skip to content

Commit

Permalink
Use supported 2017 SQL Server docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 27, 2024
1 parent c45c83a commit 94c152b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sql-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
fail-fast: false
matrix:
mssql: [2017-latest-ubuntu, 2019-latest]
mssql: [2017-latest, 2019-latest]
include:
- mssql: 2017-latest-ubuntu
- mssql: 2017-latest
healthRunnable: /opt/mssql-tools/bin/sqlcmd
- mssql: 2019-latest
healthRunnable: /opt/mssql-tools18/bin/sqlcmd -C
Expand Down

0 comments on commit 94c152b

Please sign in to comment.