Skip to content

Commit

Permalink
Merge pull request #13 from 2BAB/dev
Browse files Browse the repository at this point in the history
fix: the release env should upgrade JDK 17 as well
  • Loading branch information
2BAB authored Dec 25, 2023
2 parents bb393b8 + 29e40f4 commit 004c63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Check out
uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Prepare environment
env:
Expand Down

0 comments on commit 004c63e

Please sign in to comment.