Skip to content

Commit 0c43392

Browse files
authored
Use SQL Server 2017 instead
1 parent 1e7ad7d commit 0c43392

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: mcr.microsoft.com/mssql/server:2019-latest
65+
image: mcr.microsoft.com/mssql/server:2017-latest
6666
env:
6767
SA_PASSWORD: 1Secure*Password1
6868
ACCEPT_EULA: Y

0 commit comments

Comments
 (0)