Skip to content

Commit

Permalink
add JDK 23 (early access) to nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Aug 14, 2024
1 parent 47e6f5b commit eb7f1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: [8, 11, 17, 21, 22]
java: [8, 11, 17, 21, 22, 23-ea]
runs-on: ${{matrix.os}}
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit eb7f1b4

Please sign in to comment.