Skip to content

Commit 3580dc5

Browse files
committed
use jdk 11
1 parent 34965ae commit 3580dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- uses: actions/checkout@v2
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
26-
- name: Set up JDK 8
26+
- name: Set up JDK 11
2727
uses: actions/setup-java@v1
2828
with:
29-
java-version: 8
29+
java-version: 11
3030
- name: Cache SonarCloud packages
3131
uses: actions/cache@v1
3232
with:

0 commit comments

Comments
 (0)