From 8625cf155d7d6b770e9bacf4adbac126ff5fd6ae Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 21 Mar 2020 10:31:58 +0000 Subject: [PATCH] Disable JDK 13 test builds (#58) There is a problem with JDK 13 in mutation testing, disabling this until that is resolved. --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 470baeb..a2d20ca 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -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 }}