Skip to content

Commit ea5f892

Browse files
committed
GHA gradle.yml: update to JDK 25 (GA)
1 parent 7ff3315 commit ea5f892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
distribution: ${{ matrix.distribution }}
2929
# When installing multiple JDKs, the last JDK installed is the default and will be used to run Gradle itself
3030
java-version: |
31-
25-ea
31+
25
3232
cache: 'gradle'
3333
- name: Install secp256k1 with APT
3434
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)