Skip to content

Commit

Permalink
test with SQ 9.9 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
guwirth committed Feb 7, 2023
1 parent 7290fe0 commit 256c0f3
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 @@ -234,8 +234,8 @@ jobs:
os: [ubuntu-latest]
java: [ '11' ]
distribution: [ 'temurin' ]
sonarqube: [ '8.9.10.61524', '9.8.0.63668' ]
sonarscanner: [ '4.7.0.2747' ]
sonarqube: [ '8.9.10.61524', '9.9.0.65466' ]
sonarscanner: [ '4.8.0.2856' ]

runs-on: ${{ matrix.os }}
needs: [build-linux, verify-rules]
Expand Down Expand Up @@ -375,8 +375,8 @@ jobs:
os: [windows-latest]
java: [ '11' ]
distribution: [ 'temurin' ]
sonarqube: [ '8.9.10.61524', '9.8.0.63668' ]
sonarscanner: [ '4.7.0.2747' ]
sonarqube: [ '8.9.10.61524', '9.9.0.65466' ]
sonarscanner: [ '4.8.0.2856' ]

runs-on: ${{ matrix.os }}
# needs build-linux because of JAR artifacts
Expand Down

0 comments on commit 256c0f3

Please sign in to comment.