From b758adb429b99baabe40d22fa026d58262363602 Mon Sep 17 00:00:00 2001 From: guwirth Date: Wed, 21 Aug 2024 15:10:43 +0200 Subject: [PATCH] test with SQ 9.9.6.92038 --- .github/workflows/cxx-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cxx-ci.yml b/.github/workflows/cxx-ci.yml index 260a0650e..3c580f629 100644 --- a/.github/workflows/cxx-ci.yml +++ b/.github/workflows/cxx-ci.yml @@ -308,7 +308,7 @@ jobs: os: [ubuntu-latest] java: [ '17' ] distribution: [ 'temurin' ] - sonarqube: [ '10.6.0.92116' ] + sonarqube: [ '9.9.6.92038', '10.6.0.92116' ] sonarscanner: [ '6.1.0.4477' ] runs-on: ${{ matrix.os }} @@ -449,7 +449,7 @@ jobs: os: [windows-latest] java: [ '17' ] distribution: [ 'temurin' ] - sonarqube: [ '10.6.0.92116' ] + sonarqube: [ '9.9.6.92038', '10.6.0.92116' ] sonarscanner: [ '6.1.0.4477' ] runs-on: ${{ matrix.os }}