Skip to content

Commit 37bcd9c

Browse files
committed
chore: raise minimum required JDK to 21
1 parent e5faf1c commit 37bcd9c

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
java: [ 17, 21, 25 ]
32+
java: [ 21, 25 ]
3333
name: "Java ${{ matrix.java }}"
3434
runs-on: ubuntu-24.04
3535
steps:

0 commit comments

Comments
 (0)