Skip to content

Commit

Permalink
Drop MSSQL 2017 from test matrix
Browse files Browse the repository at this point in the history
It requires an older version of ubuntu, but also we're not changing queries enough for the testing to be valuable.
  • Loading branch information
sjp authored Oct 8, 2024
1 parent a5087b4 commit 0adedd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sql-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [2017-latest, 2019-latest, 2022-latest, latest]
tag: [2019-latest, 2022-latest, latest]
services:
sqlserver:
image: mcr.microsoft.com/mssql/server:${{ matrix.tag }}
Expand Down

0 comments on commit 0adedd6

Please sign in to comment.