Skip to content

Commit

Permalink
fix(code-coverage): Update ODBC driver to version 18 for SQL Server
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Jan 9, 2025
1 parent 665caec commit 2fa71a3
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 @@ -304,7 +304,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 2fa71a3

Please sign in to comment.