Add java 11 to actions test

This commit is contained in:
NotMyFault
2020-11-08 21:48:23 +01:00
committed by GitHub
parent 0ff8abcd6f
commit f33fc092e3

View File

@ -13,6 +13,9 @@ on:
jobs:
test:
runs-on: ubuntu-18.04
strategy:
matrix:
java: [1.8, 1.11]
steps:
- name: Checkout