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.