Skip to content

Commit

Permalink
Merge pull request #3197 from c71n93/2251-fix-invalid-sonar-warning
Browse files Browse the repository at this point in the history
Fix invalid sonar warning related to other version of java
  • Loading branch information
yegor256 authored May 23, 2024
2 parents 3ff7501 + 3b62853 commit 5d21717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox
- uses: actions/setup-java@v4
with:
java-version: 20
java-version: 17
distribution: 'zulu'
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 5d21717

Please sign in to comment.