Skip to content

Commit d4f7d7a

Browse files
authored
Remove jdk 16 from github actions as end of life (jhy#1690)
1 parent c9081fc commit d4f7d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
# choosing to run a reduced set of LTS, current, and next, to balance coverage and execution time
15-
java: [8, 11, 16, 17]
15+
java: [8, 11, 17]
1616
fail-fast: false
1717
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)