Skip to content

Commit

Permalink
Merge pull request #2710 from guwirth/test-sq9.9.6.92038
Browse files Browse the repository at this point in the history
use SQ 9.9.6.92038 for testing
  • Loading branch information
guwirth authored Aug 14, 2024
2 parents e257b8b + 036a0f5 commit 649cbc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cxx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@ jobs:
os: [ubuntu-latest]
java: [ '11', '17' ]
distribution: [ 'temurin' ]
sonarqube: [ '8.9.10.61524', '9.9.4.87374' ]
sonarqube: [ '8.9.10.61524', '9.9.6.92038' ]
sonarscanner: [ '4.8.0.2856' ]
exclude:
- sonarqube: '8.9.10.61524'
java: '17'
- sonarqube: '9.9.4.87374'
- sonarqube: '9.9.6.92038'
java: '11'

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -467,12 +467,12 @@ jobs:
os: [windows-latest]
java: [ '11', '17' ]
distribution: [ 'temurin' ]
sonarqube: [ '8.9.10.61524', '9.9.4.87374' ]
sonarqube: [ '8.9.10.61524', '9.9.6.92038' ]
sonarscanner: [ '4.8.0.2856' ]
exclude:
- sonarqube: '8.9.10.61524'
java: '17'
- sonarqube: '9.9.4.87374'
- sonarqube: '9.9.6.92038'
java: '11'

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 649cbc4

Please sign in to comment.