Skip to content

Commit 7c448f8

Browse files
committed
ci: add JDK 25 to build/test matrix
1 parent ac7d336 commit 7c448f8

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
jdk: [ 11, 17, 21 ]
8+
jdk: [ 11, 17, 21, 25 ]
99
include:
1010
- jdk: 21
1111
analysis: true

0 commit comments

Comments
 (0)