Skip to content

Commit

Permalink
Merge pull request #2488 from guwirth/test-9.9
Browse files Browse the repository at this point in the history
test with SQ 9.9 LTS
  • Loading branch information
guwirth authored Feb 8, 2023
2 parents 7290fe0 + f61ca28 commit 0389bd2
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/workflows/cxx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [ '11' ]
java: [ '11', '17' ]
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' ]
exclude:
- sonarqube: '8.9.10.61524'
java: '17'
- sonarqube: '9.9.0.65466'
java: '11'

runs-on: ${{ matrix.os }}
needs: [build-linux, verify-rules]
Expand Down Expand Up @@ -361,7 +366,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: "LOG_sonarqube_${{ matrix.sonarqube }}_${{ matrix.os }}"
name: "LOG_sonarqube_${{ matrix.sonarqube }}_java_${{ matrix.java }}_os_${{ matrix.os }}"
path: "${{ env.SONARLOG }}"


Expand All @@ -373,10 +378,15 @@ jobs:
strategy:
matrix:
os: [windows-latest]
java: [ '11' ]
java: [ '11', '17' ]
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' ]
exclude:
- sonarqube: '8.9.10.61524'
java: '17'
- sonarqube: '9.9.0.65466'
java: '11'

runs-on: ${{ matrix.os }}
# needs build-linux because of JAR artifacts
Expand Down Expand Up @@ -508,7 +518,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: "LOG_sonarqube_${{ matrix.sonarqube }}_${{ matrix.os }}"
name: "LOG_sonarqube_${{ matrix.sonarqube }}_java_${{ matrix.java }}_os_${{ matrix.os }}"
path: "${{ env.SONARLOG }}"


Expand Down

0 comments on commit 0389bd2

Please sign in to comment.