From 423defa1354bcf01a93ce64d6fb7767405b2ed75 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Wed, 25 Sep 2024 13:59:56 +0200 Subject: [PATCH] Bump to mssql2019 --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 2ee769c3..77a2d5bf 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -108,7 +108,7 @@ jobs: ports: - 3306:3306 mssql: - image: mcr.microsoft.com/mssql/server:2017-latest + image: mcr.microsoft.com/mssql/server:2019-latest env: ACCEPT_EULA: Y SA_PASSWORD: StrongPassword1