Skip to content

Commit

Permalink
Fix java version in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena committed Dec 13, 2024
1 parent 10bc627 commit 8dd92f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Adopt JDK 18
- name: Set up Adopt JDK 8
uses: actions/setup-java@v4
with:
java-version: 18
java-version: 8
distribution: "adopt"

- name: Build with Maven
Expand Down

0 comments on commit 8dd92f6

Please sign in to comment.