Skip to content

Commit 539c84a

Browse files
committed
Run CI with Java 17 and 21
1 parent d5e038a commit 539c84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
java: [ '11', '17' ]
31+
java: [ '17', '21' ]
3232

3333
name: Java ${{ matrix.Java }} build
3434

0 commit comments

Comments
 (0)