Skip to content

Commit 1d47b6d

Browse files
committed
Merge branch '4.1.x' into 5.0.x
* 4.1.x: Adapt to mssql-docker breaking change Make the schema manager aware of the disabling of type comments
2 parents d2406e3 + 267bbff commit 1d47b6d

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
@@ -458,7 +458,7 @@ jobs:
458458
MSSQL_COLLATION: "${{ matrix.collation }}"
459459

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

0 commit comments

Comments
 (0)