Skip to content

Commit

Permalink
MINOR: Update latest java version to 23 (#452)
Browse files Browse the repository at this point in the history
Update latest Java version used by Github workflows to Java 23.
  • Loading branch information
laurentgo authored Dec 10, 2024
1 parent be89bec commit e82aba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11, 17, 21, 22]
jdk: [11, 17, 21, 23]
maven: [3.9.9]
image: [ubuntu, conda-jni-cdata]
include:
Expand Down

0 comments on commit e82aba8

Please sign in to comment.