Skip to content

Commit

Permalink
feat(code-coverage): Upgrade ODBC driver to v18 (MSSQL)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Mar 6, 2024
1 parent 70f305b commit c00c8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
CONN_ARGS_JSON: >
{
"MSSQL": {
"driver": "ODBC Driver 17 for SQL Server",
"driver": "ODBC Driver 18 for SQL Server",
"server": "localhost",
"database": "master",
"UID": "SA",
Expand Down

0 comments on commit c00c8dc

Please sign in to comment.