Test building with JDK 13 (#88)

This commit is contained in:
Paul Campbell 2020-03-23 15:20:48 +00:00 committed by GitHub
parent aee14d43b7
commit 395c6252a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11 ]
java: [ 8, 11, 13 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}