Skip to content

Commit

Permalink
test against SonarQube 10.3 (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison authored Nov 20, 2023
1 parent 06819e7 commit dc8a41a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,14 @@ jobs:
SONAR_JAVA_VERSION: 7.16.0.30901
SONAR_SERVER_JAVA_VERSION: 17
# 10.x
- SONAR_SERVER_VERSION: 10.2.1.78527
SONAR_PLUGIN_API_VERSION: 10.1.0.809
- SONAR_SERVER_VERSION: 10.3.0.82913
SONAR_PLUGIN_API_VERSION: 10.2.0.1908
SONAR_PLUGIN_API_GROUPID: org.sonarsource.api.plugin
SONAR_JAVA_VERSION: 7.24.0.32100
SONAR_JAVA_VERSION: 7.28.0.33738
SONAR_SERVER_JAVA_VERSION: 17
# https://mvnrepository.com/artifact/org.sonarsource.sonarqube/sonar-core
# https://mvnrepository.com/artifact/org.sonarsource.api.plugin/sonar-plugin-api
# https://mvnrepository.com/artifact/org.sonarsource.java/sonar-java-plugin
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit dc8a41a

Please sign in to comment.