fix: add java 15/16 to test suite

This commit is contained in:
Connor Tumbleson 2021-08-28 14:10:21 -04:00 committed by Connor Tumbleson
parent 545ba6ae75
commit 1ce0225c7d

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
java: [ 8, 9, 10, 11, 12, 13, 14 ]
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16 ]
steps:
- uses: actions/cache@v2