diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00964b9c..9eebda9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ 'macos-latest', 'ubuntu-latest', 'windows-latest', ['self-hosted', 'ARM64'] ] - java: [ '8', '11', '17', '21' ] + java: [ '8', '11', '17' ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 9f19c135..40ba8ad8 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -38,9 +38,9 @@ jobs: working-directory: jhdf run: ./gradlew spotbugsMain spotbugsTest - - name: Jacoco Coverage Report - working-directory: jhdf - run: ./gradlew jacocoTestReport + - name: Jacoco Coverage Report + working-directory: jhdf + run: ./gradlew jacocoTestReport - name: Sonar working-directory: jhdf