Skip to content

Commit

Permalink
Upgrade GH Actions Java version to 21 (#995)
Browse files Browse the repository at this point in the history
Update development_javadoc.yml to Java 21
  • Loading branch information
arvindkrishnakumar-okta committed Mar 28, 2024
1 parent 1f4217f commit 5d25f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development_javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup Java JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 21
distribution: zulu
cache: maven

Expand Down

0 comments on commit 5d25f6d

Please sign in to comment.