Skip to content

Commit 5102882

Browse files
committed
Use Java 17 to build
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
1 parent 0bbbf4e commit 5102882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
uses: actions/checkout@v2
2929
with:
3030
ssh-key: ${{ secrets.SPONGE_JD_DEPLOY_KEY }}
31-
- name: Setup JDK 16
31+
- name: Setup JDK 17
3232
uses: actions/setup-java@v2
3333
with:
34-
distribution: adopt
35-
java-version: 16
34+
distribution: temurin
35+
java-version: 17
3636
- name: Validate Gradle wrapper
3737
uses: gradle/wrapper-validation-action@v1
3838

0 commit comments

Comments
 (0)