Skip to content

Commit

Permalink
chore(it): Update SQ test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Dec 3, 2024
1 parent 5c2e376 commit 2d853b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
4 changes: 2 additions & 2 deletions template/changelog.tpl
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2d853b8

Please sign in to comment.