Skip to content

Commit cec13f2

Browse files
Update JDK version from 17 to 25 in workflow (#473)
1 parent 7856ea1 commit cec13f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ jobs:
140140
141141
echo "Tag $TAG_NAME does not exist. Proceeding with release."
142142
143-
- name: Set up JDK 17
143+
- name: Set up JDK 25
144144
uses: actions/setup-java@v5
145145
with:
146-
java-version: "17"
146+
java-version: "25"
147147
distribution: "temurin"
148148
cache: maven
149149
cache-dependency-path: |

0 commit comments

Comments
 (0)