Skip to content

Commit c3432a8

Browse files
committed
Reapply "Build Spring Batch Notion with Java 25"
This reverts commit deb1c6d. Signed-off-by: Stefano Cordio <[email protected]>
1 parent deb1c6d commit c3432a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Spring Batch Notion
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-notion.yml'
67
- 'spring-batch-notion/**'
78
push:
89
paths:
@@ -20,7 +21,7 @@ jobs:
2021
uses: actions/setup-java@v4
2122
with:
2223
distribution: 'temurin'
23-
java-version: '21'
24+
java-version: '25'
2425
cache: 'maven'
2526
- name: Build with Maven
2627
run: ./mvnw $MAVEN_ARGS verify javadoc:javadoc

0 commit comments

Comments
 (0)