Skip to content

Commit 34aa471

Browse files
committed
Add Java 16 to CI tests
1 parent 1138112 commit 34aa471

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
build:
1313
strategy:
1414
matrix:
15-
java: [ '11', '15' ]
15+
java: [ '11', '16' ]
1616
os: [ 'ubuntu-20.04' ]
1717
runs-on: ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)