Skip to content

Commit

Permalink
Update ci.yml: always set up JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon authored Sep 11, 2024
1 parent 494e2c6 commit 4b5ee1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
java-version: 11
distribution: 'zulu'
cache: 'maven'
- name: 'Set up JDK 17'
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
cache: 'maven'
- name: 'Set up JDK 24 from jdk.java.net'
uses: oracle-actions/setup-java@v1
with:
Expand Down

0 comments on commit 4b5ee1e

Please sign in to comment.