Skip to content

Commit

Permalink
Java 23 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Oct 7, 2024
1 parent 29d001c commit 1d64b92
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 @@ -17,16 +17,16 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 11, 17, 21, 22]
java: [ 11, 17, 21, 23]
experimental: [ false ]
include:
- java: 23-ea
- java: 24-ea
os: ubuntu-latest
experimental: true
- java: 23-ea
- java: 24-ea
os: macos-latest
experimental: true
- java: 23-ea
- java: 24-ea
os: windows-latest
experimental: true
name: Build with Java ${{ matrix.java }} on ${{ matrix.os }}
Expand Down

0 comments on commit 1d64b92

Please sign in to comment.