Skip to content

Commit 9b183b7

Browse files
authored
Merge pull request #47547 from gsmet/build-report-use-21
Use JDK 21 for build reporting
2 parents 3e8ab19 + 148070e commit 9b183b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-actions-incremental.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,11 +1556,11 @@ jobs:
15561556
- uses: actions/download-artifact@v4
15571557
with:
15581558
path: build-reports-artifacts
1559-
- name: Set up JDK 17
1559+
- name: Set up JDK 21
15601560
uses: actions/setup-java@v4
15611561
with:
15621562
distribution: temurin
1563-
java-version: 17
1563+
java-version: 21
15641564
- name: Produce report and add it as job summary
15651565
uses: quarkusio/action-build-reporter@main
15661566
with:

0 commit comments

Comments
 (0)