From 75b817b23e9f2ce808eff4bd901afdd1e9aff8a2 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 01:33:10 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c24f84a3..8c416d03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,8 @@ jobs: matrix: include: # 9.9 LTS - - SONAR_SERVER_VERSION: 9.9.0.65466 - SONAR_PLUGIN_API_VERSION: 9.14.0.375 + - SONAR_SERVER_VERSION: 9.9.7.96285 + SONAR_PLUGIN_API_VERSION: 9.17.0.587 SONAR_SERVER_JAVA_VERSION: 17 # 10.x - SONAR_SERVER_VERSION: 10.4.0.87286