Skip to content

Commit

Permalink
ci: update setup java to use adopt openjdk distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 7, 2021
1 parent e8f7b46 commit 65e06b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: adopt-hotspot
java-version: 8
- name: Test
run: mvn -B test

0 comments on commit 65e06b3

Please sign in to comment.