Skip to content

Commit

Permalink
specified java version to zulu 17 (#26621)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenaiden committed May 25, 2023
1 parent 108fb2c commit 84da242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jacoco_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17"

- name: Run Coverage
run: |
Expand Down

0 comments on commit 84da242

Please sign in to comment.