Browse Source

SONAR-17712 Add SQL Server 2022 support

tags/9.9.0.65466
Duarte Meneses 1 year ago
parent
commit
498f095b66
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -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

Loading…
Cancel
Save