Skip to content

Commit def65a0

Browse files
committed
ci: use JDK 25 at github actions
1 parent 5022b6f commit def65a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/setup-java@v5
3939
with:
4040
distribution: temurin
41-
java-version: 24
41+
java-version: 25
4242
- name: Build with Maven
4343
run: mvn -B package --file pom.xml
4444
- name: Upload Jacoco report artifact

0 commit comments

Comments
 (0)