From 97d98dbbef186ee9272ebcaef1075142fd356afe Mon Sep 17 00:00:00 2001 From: gtoison Date: Tue, 28 Jan 2025 11:19:32 +0100 Subject: [PATCH] ci: Test against SonarQube 25.1 --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 829e20c4..4524c298 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,10 @@ jobs: - SONAR_SERVER_VERSION: 10.7.0.96327 SONAR_PLUGIN_API_VERSION: 10.11.0.2468 SONAR_SERVER_JAVA_VERSION: 17 + # 25.x + - SONAR_SERVER_VERSION: 25.1.0.102122 + SONAR_PLUGIN_API_VERSION: 11.0.0.2664 + 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 steps: