Skip to content

Commit

Permalink
Fix MSSQL 2019 test (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Aug 8, 2024
1 parent bedc095 commit 23e8d43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/db-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
- php: 8.3
mssql: { server: 2017-latest }
- php: 8.3
mssql: { server: 2019-latest }
mssql:
server: 2019-latest
odbc-version: 18
flag: "-C"

services:
mssql:
Expand Down

0 comments on commit 23e8d43

Please sign in to comment.