Skip to content

Commit b214aa3

Browse files
committed
Try building on other Java versions
1 parent e02a775 commit b214aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
java: [ 8, 11, 15 ]
22+
java: [ 8, 11, 14, 15, 16 ]
2323
os: [ ubuntu-22.04, macos-13 ]
2424

2525
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)