Skip to content

Commit

Permalink
[CI] Run static code analysis on Java 17 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Sep 5, 2023
1 parent f46d77c commit 1f43005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: mvn clean verify

- name: Publish test coverage data to Coveralls
if: matrix.java == '11'
if: matrix.java == '17'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
BRANCH_NAME_OR_REF: ${{ github.head_ref || github.ref }}
Expand All @@ -55,7 +55,7 @@ jobs:
fi;
- name: Analyze with SonarCloud
if: matrix.java == '11'
if: matrix.java == '17'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 1f43005

Please sign in to comment.