Skip to content

Commit 7d905d5

Browse files
committed
Bump Java to 25 for besu builds
Match the teku bump so both JVM clients use the same JDK. Besu still pins source/target compatibility to 21, but JDK 25 is forward-compatible at compile time.
1 parent cd3c961 commit 7d905d5

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
@@ -21,7 +21,7 @@ runs:
2121
if: contains(inputs.repository, 'besu')
2222
with:
2323
distribution: 'temurin'
24-
java-version: '21'
24+
java-version: '25'
2525
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2626
if: contains(inputs.repository, 'lodestar') || contains(inputs.repository, 'ethereumjs')
2727
with:

0 commit comments

Comments
 (0)