Skip to content

Commit 036a0f5

Browse files
committed
use SQ 9.9.6.92038 for testing
1 parent e257b8b commit 036a0f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cxx-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@ jobs:
321321
os: [ubuntu-latest]
322322
java: [ '11', '17' ]
323323
distribution: [ 'temurin' ]
324-
sonarqube: [ '8.9.10.61524', '9.9.4.87374' ]
324+
sonarqube: [ '8.9.10.61524', '9.9.6.92038' ]
325325
sonarscanner: [ '4.8.0.2856' ]
326326
exclude:
327327
- sonarqube: '8.9.10.61524'
328328
java: '17'
329-
- sonarqube: '9.9.4.87374'
329+
- sonarqube: '9.9.6.92038'
330330
java: '11'
331331

332332
runs-on: ${{ matrix.os }}
@@ -467,12 +467,12 @@ jobs:
467467
os: [windows-latest]
468468
java: [ '11', '17' ]
469469
distribution: [ 'temurin' ]
470-
sonarqube: [ '8.9.10.61524', '9.9.4.87374' ]
470+
sonarqube: [ '8.9.10.61524', '9.9.6.92038' ]
471471
sonarscanner: [ '4.8.0.2856' ]
472472
exclude:
473473
- sonarqube: '8.9.10.61524'
474474
java: '17'
475-
- sonarqube: '9.9.4.87374'
475+
- sonarqube: '9.9.6.92038'
476476
java: '11'
477477

478478
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)