Skip to content

Commit

Permalink
Update CI GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 6, 2021
1 parent 91c7337 commit 6a6ce68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK 8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: 'adopt'
java-version: '11'
check-latest: true
- name: Cache local Maven repository
uses: actions/cache@v2.1.4
with:
Expand Down

0 comments on commit 6a6ce68

Please sign in to comment.