Skip to content

Commit

Permalink
Build on JDK21 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Oct 3, 2023
1 parent be95e4f commit 8d63b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '21-ea' ]
java: [ '21' ]
architecture: [ 'x64' ]
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'oracle'
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
cache: 'maven'
Expand Down

0 comments on commit 8d63b02

Please sign in to comment.