Skip to content

Commit

Permalink
feat: updated portable release JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Jul 16, 2024
1 parent 27acefc commit c8b3d30
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 @@ -63,10 +63,10 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install -y fuse libfuse2

- name: Setup JDK 21
- name: Setup JDK 22
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '22'
distribution: 'temurin'

- name: Setup Gradle
Expand Down

0 comments on commit c8b3d30

Please sign in to comment.