Skip to content

Commit e198294

Browse files
committed
Use SQL Server 2022 in mssql image
1 parent 020af6d commit e198294

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
@@ -69,7 +69,7 @@ jobs:
6969
options: --health-cmd=pg_isready --health-interval=10s --health-timeout=5s --health-retries=3
7070

7171
mssql:
72-
image: mcr.microsoft.com/mssql/server:2019-CU10-ubuntu-20.04
72+
image: mcr.microsoft.com/mssql/server:2022-latest
7373
env:
7474
SA_PASSWORD: 1Secure*Password1
7575
ACCEPT_EULA: Y

0 commit comments

Comments
 (0)