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.
1 parent cced0bf commit f0ea793Copy full SHA for f0ea793
.github/workflows/phpunit.yml
@@ -46,17 +46,18 @@ jobs:
46
--health-timeout 5s
47
--health-retries 5
48
sqlserver:
49
- image: mcr.microsoft.com/mssql/server
+ image: mcr.microsoft.com/mssql/server:2022-latest
50
env:
51
ACCEPT_EULA: Y
52
SA_PASSWORD: Pa55word
53
+ MSSQL_PID: Developer
54
ports:
55
- "1433:1433"
56
options: >-
- --health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P Pa55word -Q 'SELECT 1'"
57
+ --health-cmd "/opt/mssql-tools18/bin/sqlcmd -U sa -P Pa55word -Q 'SELECT 1' -C -No"
58
--health-interval 10s
59
- --health-retries 5
60
+ --health-retries 10
61
62
63
MYSQL_TEST_HOST: mysql
0 commit comments