Skip to content

Commit

Permalink
[build] initial support Java 21 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Oct 5, 2023
1 parent 3e744e1 commit 98c9bbb
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 @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, windows-latest, macos-latest ]
java: [ '11', '17' ]
java: [ '11', '17', '21' ]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: ${{ matrix.java }}

- name: Build with Gradle (Ubuntu)
Expand Down

0 comments on commit 98c9bbb

Please sign in to comment.