Skip to content

Commit ff75be2

Browse files
authored
Merge pull request #281 from sid-srini/update_jdk_in_github_wf_main.yml
Update jdk in github workflows config
2 parents 54d10fc + 309a6b4 commit ff75be2

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)