Skip to content

Commit

Permalink
Fixed #162 - Removed JDK 13+JDK14 and keep only JDK8, 11 based on JaC…
Browse files Browse the repository at this point in the history
…oCo issue.
  • Loading branch information
khmarbaise committed Nov 30, 2020
1 parent fdbba4e commit 0048f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jdkbuilds.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
openjdk:
strategy:
matrix:
jdk: [jdk-8-slim, jdk-11-slim, jdk-13, jdk-14]
jdk: [jdk-8-slim, jdk-11-slim]
name: "OpenJDK ${{ matrix.jdk }}"
runs-on: ubuntu-latest
container: "maven:3.6.3-${{ matrix.jdk }}"
Expand Down
Expand Up @@ -35,6 +35,7 @@
:issue-155: https://github.com/khmarbaise/maven-it-extension/issues/155[Fixed #155]
:issue-156: https://github.com/khmarbaise/maven-it-extension/issues/156[Fixed #156]
:issue-157: https://github.com/khmarbaise/maven-it-extension/issues/157[Fixed #157]
:issue-162: https://github.com/khmarbaise/maven-it-extension/issues/162[Fixed #162]
:issue-166: https://github.com/khmarbaise/maven-it-extension/issues/166[Fixed #166]
:issue-173: https://github.com/khmarbaise/maven-it-extension/issues/173[Fixed #173]
:issue-174: https://github.com/khmarbaise/maven-it-extension/issues/174[Fixed #174]
Expand Down Expand Up @@ -99,7 +100,7 @@

*Build Improvements*

* {issue-??} - ??
* {issue-162} - Removed JDK 13+JDK14 and keep only JDK8, 11 based on JaCoCo issue.


The full release notes can be found here {release_0_10_0}[Release 0.10.0].

0 comments on commit 0048f1f

Please sign in to comment.