Skip to content

Commit

Permalink
[CI] Add JDK 23 to the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 13, 2025
1 parent 3ad8fc9 commit 771ce8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '17', '21' ]
java: [ '17', '21', '23' ]
os: [ 'ubuntu-24.04', 'windows-latest', 'macos-latest' ]
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '17', '21' ]
java: [ '17', '21', '23' ]
os: [ 'ubuntu-24.04', 'windows-latest', 'macos-latest' ]
steps:
- name: Checkout code
Expand Down

0 comments on commit 771ce8f

Please sign in to comment.