Skip to content

Commit 3892303

Browse files
authored
Merge pull request #6487 from greg0ire/4.0.x
Merge 3.8.x up into 4.0.x
2 parents f924dd2 + 685cb27 commit 3892303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ jobs:
460460
MSSQL_COLLATION: "${{ matrix.collation }}"
461461

462462
options: >-
463-
--health-cmd "echo quit | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -l 1 -U sa -P Doctrine2018"
463+
--health-cmd "echo quit | /opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -l 1 -U sa -P Doctrine2018"
464464
465465
ports:
466466
- "1433:1433"

0 commit comments

Comments
 (0)