Skip to content

Commit 52946e7

Browse files
authored
ci: bump JDK 25-ea to JDK 25 at workflow
1 parent 8204660 commit 52946e7

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
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/setup-java@v5
9292
with:
9393
distribution: temurin
94-
java-version: 25-ea
94+
java-version: 25
9595
- name: Build with Maven
9696
run: mvn -B package --file pom.xml
9797
- name: Upload Jacoco report artifact

0 commit comments

Comments
 (0)