We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d18ea7 + ddb60ed commit 73141f9Copy full SHA for 73141f9
.github/workflows/reusable-phpunit-test.yml
@@ -95,13 +95,13 @@ jobs:
95
mssql:
96
image: mcr.microsoft.com/mssql/server:2022-latest
97
env:
98
- SA_PASSWORD: 1Secure*Password1
+ MSSQL_SA_PASSWORD: 1Secure*Password1
99
ACCEPT_EULA: Y
100
MSSQL_PID: Developer
101
ports:
102
- 1433:1433
103
options: >-
104
- --health-cmd="/opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'"
+ --health-cmd="/opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'"
105
--health-interval=10s
106
--health-timeout=5s
107
--health-retries=3
0 commit comments