Skip to content

Commit

Permalink
Merge pull request #16311 from wso2/chamathns-patch-4
Browse files Browse the repository at this point in the history
Change Java version in PR builder workflow
  • Loading branch information
chamathns authored Jul 25, 2023
2 parents c060f69 + de58f55 commit 5a4e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder-test-JDK11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Adopt JDK 11
uses: actions/setup-java@v2
with:
java-version: "11"
java-version: "11.0.19+7"
distribution: "adopt"
- name: Echo java 11 home
run: |
Expand Down

0 comments on commit 5a4e2bd

Please sign in to comment.