Skip to content

Commit

Permalink
problem: Jacoco doesn't work on Java 15 yet (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Jun 6, 2020
1 parent 69fb859 commit 9f4baeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -36,7 +36,7 @@ jobs:
continue-on-error: ${{ matrix.java != '11' }}
strategy:
matrix:
java: ["11", "12", "13", "14", "15-ea"]
java: ["11", "12", "13", "14"]
os: ["windows-latest", "macos-latest", "ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9f4baeb

Please sign in to comment.