Skip to content

Commit 9dc3f7b

Browse files
authored
Update Java setup to JDK 22 in workflow
1 parent a808079 commit 9dc3f7b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/java.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up JDK 17
12-
uses: actions/setup-java@v1
11+
- name: Set up JDK 22
12+
uses: actions/setup-java@v4
1313
with:
14-
java-version: 17
14+
java-version: 22
15+
distribution: 'temurin'
1516
- name: Build
1617
run: mvn package
1718
- name: Test

0 commit comments

Comments
 (0)