Skip to content

Commit b99bb9a

Browse files
author
jmd
committed
SQL Server 2022
1 parent 94d1d31 commit b99bb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Starting the SQL Server here so that it has time to get up and running before we get to the tests, it seems doing this before the restore and build
3737
# is consistent enough.
3838
- name: Start SQLServer Image
39-
run: docker run --name sql-server -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=UUID58cf785a1c9c4bb3b62cb593d530c865!" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-latest
39+
run: docker run --name sql-server -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=UUID58cf785a1c9c4bb3b62cb593d530c865!" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest
4040

4141
- name: Restore dependencies
4242
run: dotnet restore src/DotJEM.Json.Storage2.sln

0 commit comments

Comments
 (0)