Skip to content

Commit

Permalink
Use JDK 21 explicitly for report publishing
Browse files Browse the repository at this point in the history
since the publish job does not have a matrix
  • Loading branch information
marko-bekhta committed Oct 25, 2024
1 parent 53f418e commit 3037821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
persist-credentials: false
ref: ${{ github.ref }}
- name: Set up Java ${{ matrix.os.java.version }}
- name: Set up Java 21
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.os.java.version }}
java-version: 21
distribution: temurin
# https://github.com/actions/cache/blob/main/examples.md#java---maven
- name: Cache local Maven repository
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
done
exit $status
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY_PR }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY_PR }}

0 comments on commit 3037821

Please sign in to comment.