Skip to content

Commit f7e1974

Browse files
authored
Update Github Actions to JDK17
Use JDK17 in github actions.
1 parent cc72e8d commit f7e1974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout source code
1414
uses: actions/checkout@v2
15-
- name: Set up JDK 1.8
16-
uses: actions/setup-java@v1
15+
- name: Set up JDK 17
16+
uses: actions/setup-java@v2
1717
with:
18-
java-version: 1.8
18+
java-version: 17
1919
- name: Build with Maven
2020
run: mvn -B package --file pom.xml
2121
working-directory: spring-batch-excel

0 commit comments

Comments
 (0)