Skip to content

Commit b1e195b

Browse files
author
Marten Deinum
committed
Switch build to JDK 21
Closes: #186
1 parent 16f2839 commit b1e195b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'
20-
java-version: '17'
20+
java-version: '21'
2121
cache: 'maven'
2222
- name: Build with Maven
2323
run: mvn -B package

0 commit comments

Comments
 (0)