Skip to content

Commit

Permalink
Update the Java version use for the quality step on CI
Browse files Browse the repository at this point in the history
Sonar stops Java 8 support at the end of the year, so time to update.
  • Loading branch information
cescoffier committed Dec 6, 2020
1 parent 3ef50de commit 04ee39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
path: ~/.m2/repository
key: maven-11
- uses: actions/checkout@v2
- name: Install JDK 1.8
- name: Install JDK 11
uses: AdoptOpenJDK/install-jdk@v1
with:
version: 8
version: 11
- name: Coverage and Sonar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 04ee39c

Please sign in to comment.