Skip to content

Commit

Permalink
Issue 19: Set up Sonarcloud analysis #19
Browse files Browse the repository at this point in the history
Updated the version of the JDK to 11 for Sonarcloud to be happy.
  • Loading branch information
carlspring committed Aug 21, 2020
1 parent f094074 commit 91a1b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# We can re-enable it, if we get a sponsor.
#operating-system: [ubuntu-latest, windows-latest]
operating-system: [ubuntu-latest]
java: [ 8 ]
java: [ 11.0.3 ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 91a1b71

Please sign in to comment.