Skip to content

Commit d4a4c91

Browse files
committed
Add Java version 16 to the test matrix
1 parent 4ac8f4d commit d4a4c91

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
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
java-version: [8, 11]
11+
java-version: [8, 11, 16]
1212
version: ["1.6", ""]
1313
runs-on: ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)