Skip to content

Commit

Permalink
Update java version in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nodew authored Jan 15, 2024
1 parent 42ca097 commit 4f8a1ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:

steps:
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.11
distribution: 'adopt'
java-version: '17'

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4f8a1ad

Please sign in to comment.