Skip to content

Commit

Permalink
JDK 21 final (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Sep 22, 2023
1 parent db72817 commit 8b1e0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17, 20, 21-ea]
java: [8, 11, 17, 21]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'gradle'
- name: Build
Expand Down

0 comments on commit 8b1e0ed

Please sign in to comment.