Skip to content

Commit 3037821

Browse files
committed
Use JDK 21 explicitly for report publishing
since the publish job does not have a matrix
1 parent 53f418e commit 3037821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
ref: ${{ github.ref }}
27-
- name: Set up Java ${{ matrix.os.java.version }}
27+
- name: Set up Java 21
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: ${{ matrix.os.java.version }}
30+
java-version: 21
3131
distribution: temurin
3232
# https://github.com/actions/cache/blob/main/examples.md#java---maven
3333
- name: Cache local Maven repository
@@ -65,4 +65,4 @@ jobs:
6565
done
6666
exit $status
6767
env:
68-
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY_PR }}
68+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY_PR }}

0 commit comments

Comments
 (0)