Skip to content

Commit 27fd250

Browse files
authored
Merge pull request #6745 from paulbalandan/sql-server-2022
Use SQL Server 2022 in mssql image
2 parents 2c1aaf9 + e198294 commit 27fd250

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

7474
mssql:
75-
image: mcr.microsoft.com/mssql/server:2019-CU10-ubuntu-20.04
75+
image: mcr.microsoft.com/mssql/server:2022-latest
7676
env:
7777
SA_PASSWORD: 1Secure*Password1
7878
ACCEPT_EULA: Y

0 commit comments

Comments
 (0)