Skip to content

Commit 4e8a012

Browse files
committed
Replace java11_path with java25_path in github actions
1 parent 08c5fba commit 4e8a012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
uses: actions/setup-java@v5
196196
with:
197197
distribution: 'temurin'
198-
java-version: ''
198+
java-version: '25.0.1'
199199

200200
- name: Set up JDK 17
201201
id: setup-jdk17

0 commit comments

Comments
 (0)