Skip to content

Commit

Permalink
Fixed #162 - Add JDK15 and JDK16 and remove 13 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Nov 30, 2020
1 parent fdbba4e commit 58580a6
Showing 1 changed file with 1 addition and 1 deletion.
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, openjdk-15, openjdk-16]
name: "OpenJDK ${{ matrix.jdk }}"
runs-on: ubuntu-latest
container: "maven:3.6.3-${{ matrix.jdk }}"
Expand Down

0 comments on commit 58580a6

Please sign in to comment.