Skip to content

Commit 00982c4

Browse files
committed
Use Java 17 for GH action build.
1 parent d6e2d88 commit 00982c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
15+
- name: Set up JDK 17
1616
uses: actions/setup-java@v1
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-neo4j

0 commit comments

Comments
 (0)