Disable JDK 13 test builds (#58)

There is a problem with JDK 13 in mutation testing, disabling this until that is resolved.
This commit is contained in:
Paul Campbell 2020-03-21 10:31:58 +00:00 committed by GitHub
parent 58a005b851
commit 8625cf155d
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, 13 ]
java: [ 8, 11 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}