Skip to content

Commit

Permalink
build: Remove SQ 10.5 from the test matrix and add SQ 10.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 5, 2024
1 parent 5249ea0 commit 5d6b503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion template/changelog.tpl
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 5d6b503

Please sign in to comment.