Skip to content

Commit e82aba8

Browse files
authored
MINOR: Update latest java version to 23 (#452)
Update latest Java version used by Github workflows to Java 23.
1 parent be89bec commit e82aba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
jdk: [11, 17, 21, 22]
48+
jdk: [11, 17, 21, 23]
4949
maven: [3.9.9]
5050
image: [ubuntu, conda-jni-cdata]
5151
include:

0 commit comments

Comments
 (0)