Skip to content

Commit cd3c961

Browse files
committed
Bump Java to 25 for teku builds
Teku master upgraded its targetJavaVersion to Java 25, so the install-deps action needs to provide a matching JDK or the gradle build fails.
1 parent 923ca78 commit cd3c961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
if: contains(inputs.repository, 'teku')
1717
with:
1818
distribution: 'temurin'
19-
java-version: '21'
19+
java-version: '25'
2020
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2121
if: contains(inputs.repository, 'besu')
2222
with:

0 commit comments

Comments
 (0)