From 2d853b81aa85c17dab795da111715bfce0f40e29 Mon Sep 17 00:00:00 2001 From: Felipe Zorzo Date: Tue, 3 Dec 2024 20:36:30 -0300 Subject: [PATCH] chore(it): Update SQ test matrix --- .github/workflows/build.yml | 4 ++-- README.md | 4 ++-- template/changelog.tpl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b526eb48..d0d1088c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,9 +57,9 @@ jobs: matrix: sqVersion: - LATEST_RELEASE[9.9] - - LATEST_RELEASE[10.6] - LATEST_RELEASE[10.7] - - 24.12-SNAPSHOT + - LATEST_RELEASE[24.12] + - 25.1-SNAPSHOT steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index dbec7279..49217826 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Do you want to use this analyzer in a project hosted on [SonarCloud](https://son | ZPA version | SonarQube version (min/max) | |------------------------|-----------------------------| | 3.6.0 | 9.9 / 10.7 | -| 3.7.0 (in development) | 9.9 / 10.7 | +| 3.7.0 (in development) | 9.9 / 24.12 | ## ZPA Toolkit @@ -69,6 +69,6 @@ Then run the tests: ./gradlew integrationTest -By default, the tests will be executed using SonarQube 9.9 LTA. You can change the SonarQube version using the property `sonar.runtimeVersion`, passing one of `LATEST_RELEASE[9.9]` (for SonarQube 9.9.x LTA), `LATEST_RELEASE[10.7]` (latest official release) or `a.b.c.d` for an exact release including build number: +By default, the tests will be executed using SonarQube 9.9 LTA. You can change the SonarQube version using the property `sonar.runtimeVersion`, passing one of `LATEST_RELEASE[9.9]` (for SonarQube 9.9.x LTA), `LATEST_RELEASE[24.12]` (latest official release) or `a.b.c.d` for an exact release including build number: ./gradlew integrationTest -Dsonar.runtimeVersion=LATEST_RELEASE[9.9] diff --git a/template/changelog.tpl b/template/changelog.tpl index 87f58f43..0b4a792d 100644 --- a/template/changelog.tpl +++ b/template/changelog.tpl @@ -1,8 +1,8 @@ ## 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.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. +This release is compatible with SonarQube 9.9 Community Build and newer. However, comprehensive testing and validation have been conducted only on SonarQube 9.9, 10.7, and 24.12. 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. +Additionally, please note that while this version may work with SonarQube’s commercial builds, 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. ## Install/update instructions