Skip to content

Commit

Permalink
[GHA] Update to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Jan 25, 2022
1 parent dc39b47 commit b55cb47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Adopt OpenJDK 15
- name: Set up Adopt OpenJDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt-openj9'
java-version: '15'
distribution: 'temurin'
java-version: '17'
java-package: jdk
cache: maven

Expand Down

0 comments on commit b55cb47

Please sign in to comment.