Skip to content

Commit aa7d947

Browse files
chore: java 17 support (#176)
1 parent 9cc1c1c commit aa7d947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
# test against the latest update of each major Java version, as well as specific updates of LTS versions:
45-
java: [ 8, 11, 15, 16 ]
45+
java: [ 8, 11, 15, 16, 17 ]
4646

4747
steps:
4848
- name: Checkout code
@@ -56,7 +56,7 @@ jobs:
5656
- name: Use Java Version ${{ matrix.java }}
5757
uses: actions/setup-java@v2
5858
with:
59-
distribution: 'adopt'
59+
distribution: 'zulu'
6060
java-version: ${{ matrix.java }}
6161
cache: 'gradle'
6262

0 commit comments

Comments
 (0)