Skip to content

Commit 19a7c2b

Browse files
committed
Support jdk25 for ci
Signed-off-by: JermaineHua <crazyhzm@apache.org>
1 parent f4326d7 commit 19a7c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
jdk: [17, 21]
19+
jdk: [17, 21, 25]
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up JDK

0 commit comments

Comments
 (0)