Skip to content

Commit

Permalink
Update pr-builder java version to match with the jenkins jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduDilshan authored May 9, 2024
1 parent b1b97cf commit d74ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Adopt JDK 11
uses: actions/setup-java@v2
with:
java-version: "11"
java-version: [ 11.0.4+11 ]
distribution: "adopt"
- name: Cache local Maven repository
id: cache-maven-m2
Expand Down

0 comments on commit d74ce5d

Please sign in to comment.