Skip to content

Commit

Permalink
[CI] Enable JDK 22-ea.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Oct 11, 2023
1 parent 6668987 commit b4be8a7
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 @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8', '17', '21' ]
java: [ '8', '17', '21', '22-ea' ]
os: ['ubuntu-22.04', 'windows-latest']
steps:
- name: Checkout code
Expand Down

0 comments on commit b4be8a7

Please sign in to comment.