Skip to content

Commit

Permalink
Build with JDK21 final (#50)
Browse files Browse the repository at this point in the history
Update actions to v4 (NodeJS 20 based)
  • Loading branch information
kwin committed Jan 8, 2024
1 parent 99754c2 commit 5e8587e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ '11', '17', '21-ea' ]
java: [ '11', '17', '21' ]
fail-fast: false

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

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit 5e8587e

Please sign in to comment.