Skip to content

Commit

Permalink
Build against java 21 & 22-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Jan 9, 2024
1 parent b697388 commit 5abbaae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 11, 17 , 20 ]
java: [ 11, 17, 21]
experimental: [ false ]
include:
- java: 21-ea
- java: 22-ea
os: ubuntu-latest
experimental: true
- java: 21-ea
- java: 22-ea
os: macos-latest
experimental: true
- java: 21-ea
- java: 22-ea
os: windows-latest
experimental: true
name: Build with Java ${{ matrix.java }} on ${{ matrix.os }}
Expand Down

0 comments on commit 5abbaae

Please sign in to comment.