From 5d6b50373f4a4083fe55bae382bd9a6235b293d3 Mon Sep 17 00:00:00 2001 From: Felipe Zorzo Date: Fri, 5 Jul 2024 13:05:28 -0300 Subject: [PATCH] build: Remove SQ 10.5 from the test matrix and add SQ 10.7-SNAPSHOT --- .github/workflows/build.yml | 2 +- template/changelog.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f86c5df4..5d9016d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,8 +55,8 @@ jobs: matrix: sqVersion: - LATEST_RELEASE[9.9] - - LATEST_RELEASE[10.5] - LATEST_RELEASE[10.6] + - 10.7-SNAPSHOT steps: - uses: actions/checkout@v4 diff --git a/template/changelog.tpl b/template/changelog.tpl index e15e4b2f..87f58f43 100644 --- a/template/changelog.tpl +++ b/template/changelog.tpl @@ -1,6 +1,6 @@ ## SonarQube compatibility -This release is compatible with SonarQube 9.9 LTA Community Edition and newer. However, comprehensive testing and validation have been conducted only on SonarQube 9.9 CE, 10.5 CE, and 10.6 CE. While compatibility is expected for other versions within this range, the full extent of functionality has been assured only for the tested versions. +This release is compatible with SonarQube 9.9 LTA Community Edition and newer. However, comprehensive testing and validation have been conducted only on SonarQube 9.9 CE, 10.6 CE, and 10.7 CE. While compatibility is expected for other versions within this range, the full extent of functionality has been assured only for the tested versions. Additionally, please note that while this version may work with SonarQube’s commercial editions, the compatibility was not tested and simultaneous analysis using ZPA and SonarSource’s embedded PL/SQL plugin is not supported. If you require this scenario, consider using [zpa-cli](https://github.com/felipebz/zpa-cli) instead.