Skip to content

Commit 4721385

Browse files
committed
Build Spring Batch Notion with Java 25
Signed-off-by: Stefano Cordio <[email protected]>
1 parent ad60867 commit 4721385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-batch-notion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'temurin'
23-
java-version: '21'
23+
java-version: '25'
2424
cache: 'maven'
2525
- name: Build with Maven
2626
run: ./mvnw $MAVEN_ARGS verify javadoc:javadoc

0 commit comments

Comments
 (0)