Update Github Actions to JDK17

Use JDK17 in github actions.
This commit is contained in:
Marten Deinum
2024-08-07 21:02:10 +02:00
committed by GitHub
parent cc72e8d616
commit f7e1974762

View File

@@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml
working-directory: spring-batch-excel