Skip to content

Commit d290faf

Browse files
authored
chore: add JDK 16 to build matrix (#367)
1 parent 34fddfc commit d290faf

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
@@ -34,7 +34,7 @@ jobs:
3434
max-parallel: 4
3535
matrix:
3636
# test against latest update of each major Java version, as well as specific updates of LTS versions:
37-
java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13, 15 ]
37+
java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13, 15, 16 ]
3838
name: Java ${{ matrix.java }}
3939
env:
4040
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)