Skip to content

Commit 6a17285

Browse files
committed
Use SQL Server 2019 latest image
1 parent 1dec23f commit 6a17285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- 5432:5432
6363
options: --health-cmd=pg_isready --health-interval=10s --health-timeout=5s --health-retries=3
6464
mssql:
65-
image: microsoft/mssql-server-linux:2017-latest
65+
image: mcr.microsoft.com/mssql/server:2019-latest
6666
env:
6767
SA_PASSWORD: 1Secure*Password1
6868
ACCEPT_EULA: Y

0 commit comments

Comments
 (0)