Skip to content

Commit 63556c8

Browse files
committed
Add Java 21 build to GitHub
1 parent 018cc94 commit 63556c8

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 ]
30+
java: [ 8, 11, 17, 21 ]
3131
experimental: [false]
3232
# include:
3333
# - java: 18-ea

0 commit comments

Comments
 (0)