Skip to content

Commit 381f8be

Browse files
sullismtdowling
authored andcommitted
chore(ci): use JDK 17
1 parent 6edbbab commit 381f8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Java ${{ matrix.java }} ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
java: [8, 11, 16]
15+
java: [8, 11, 17]
1616
os: [macos-latest, ubuntu-latest, windows-latest]
1717

1818
steps:

0 commit comments

Comments
 (0)