Skip to content

Commit c91dfcc

Browse files
committed
Update CI GitHub Actions workflow.
1 parent 7f3e77c commit c91dfcc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818

1919
steps:
2020
- uses: actions/[email protected]
21-
- name: Set up JDK 8
22-
uses: actions/setup-java@v1
21+
- name: Set up JDK 11
22+
uses: actions/setup-java@v2
2323
with:
24-
java-version: 1.8
24+
distribution: 'adopt'
25+
java-version: '11'
26+
check-latest: true
2527
- name: Cache local Maven repository
2628
uses: actions/[email protected]
2729
with:

0 commit comments

Comments
 (0)