Skip to content

Commit 571a60f

Browse files
committed
github actions should use Java 21
1 parent b2bf29c commit 571a60f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- name: Checkout repository
3232
uses: actions/checkout@v4
3333

34-
# 2. Setup Java 17 JDK (Adopt)
35-
- name: Java 17 setup
34+
# 2. Setup Java 21 JDK (Adopt)
35+
- name: Java 21 setup
3636
uses: actions/setup-java@v4
3737
with:
3838
distribution: 'adopt'
3939
java-package: jdk
40-
java-version: '17'
40+
java-version: '21'
4141

4242
# 3. Setup local Maven package cache to speed up building
4343
- name: Cache Maven packages

0 commit comments

Comments
 (0)