Skip to content

Commit

Permalink
[CI] Add JDK 23 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jan 20, 2025
1 parent 7abdaa1 commit 21c0fcc
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 @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '17', '21' ]
java: [ '17', '21', '23' ]
# Disable ARM for now (Mike 2025-01-21)
# os: ['ubuntu-24.04', 'ubuntu-24.04-arm', 'windows-latest', 'macos-latest']
os: ['ubuntu-24.04', 'windows-latest', 'macos-latest']
Expand Down

0 comments on commit 21c0fcc

Please sign in to comment.