Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 048e387

Browse files
committed
[CI] Enable JDK 24 GA.
1 parent f426ec0 commit 048e387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
java: [ '17', '21', '23' ]
35+
java: [ '17', '21', '24' ]
3636
os: [ 'ubuntu-24.04', 'windows-latest', 'macos-latest' ]
3737
steps:
3838
- name: Checkout code

0 commit comments

Comments
 (0)