From 498f095b661b6220f28e0f89ca914f6ed6676a50 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Mon, 19 Dec 2022 15:42:36 -0600 Subject: [PATCH] SONAR-17712 Add SQL Server 2022 support --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ce2826b3cc5..5465ccf0aba 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -656,7 +656,7 @@ upgd_mssql_task: memory: 6Gb additional_containers: - name: mssql - image: mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04 + image: mcr.microsoft.com/mssql/server:2022-latest port: 1433 cpu: 2 memory: 5Gb -- 2.39.5