Skip to content

Commit 062440a

Browse files
authored
ci: build on jdk 17 (#747)
Closes: #729
1 parent ada2b14 commit 062440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
os: [ ubuntu-latest, windows-latest, macos-latest ]
43-
java: [ 8, 11, 16 ]
43+
java: [ 8, 11, 17 ]
4444
exclude:
4545
- os: windows-latest
4646
java: 11

0 commit comments

Comments
 (0)