Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit d8909f9

Browse files
committed
Add Java 22 to the GH CI build
1 parent 618a20f commit d8909f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
continue-on-error: ${{ matrix.experimental }}
2828
strategy:
2929
matrix:
30-
java: [ 8, 11, 17, 21 ]
30+
java: [ 8, 11, 17, 21, 22 ]
3131
experimental: [false]
3232
# include:
3333
# - java: 22-ea

0 commit comments

Comments
 (0)