Update ci.yml

Added java 16 and 17
This commit is contained in:
Vlammar 2021-11-07 15:49:57 +01:00 committed by GitHub
parent 68f37d8247
commit 17e1fd7a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [8, 9, 10, 11, 12, 13, 14, 15]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
steps:
- name: Checkout