Skip to content

Commit 309a6b4

Browse files
committed
Update jdk in github workflows config
Changed jdk version from 17 to 21 since 17 is EOL now. Signed-off-by: Siddharth Srinivasan <[email protected]>
1 parent 54d10fc commit 309a6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 60
4141
strategy:
4242
matrix:
43-
java: [ '17' ]
43+
java: [ '21' ]
4444
os: [ ubuntu-latest ]
4545
fail-fast: false
4646
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)