Skip to content

Commit 2d853b8

Browse files
committedDec 3, 2024··
chore(it): Update SQ test matrix
1 parent 5c2e376 commit 2d853b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
matrix:
5858
sqVersion:
5959
- LATEST_RELEASE[9.9]
60-
- LATEST_RELEASE[10.6]
6160
- LATEST_RELEASE[10.7]
62-
- 24.12-SNAPSHOT
61+
- LATEST_RELEASE[24.12]
62+
- 25.1-SNAPSHOT
6363
steps:
6464
- uses: actions/checkout@v4
6565

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Do you want to use this analyzer in a project hosted on [SonarCloud](https://son
2424
| ZPA version | SonarQube version (min/max) |
2525
|------------------------|-----------------------------|
2626
| 3.6.0 | 9.9 / 10.7 |
27-
| 3.7.0 (in development) | 9.9 / 10.7 |
27+
| 3.7.0 (in development) | 9.9 / 24.12 |
2828

2929
## ZPA Toolkit
3030

@@ -69,6 +69,6 @@ Then run the tests:
6969

7070
./gradlew integrationTest
7171

72-
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:
72+
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:
7373

7474
./gradlew integrationTest -Dsonar.runtimeVersion=LATEST_RELEASE[9.9]

‎template/changelog.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## SonarQube compatibility
22

3-
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.
3+
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.
44

5-
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.
5+
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.
66

77
## Install/update instructions
88

0 commit comments

Comments
 (0)
Please sign in to comment.