Skip to content

Commit

Permalink
Support JDK 14, 15, 16
Browse files Browse the repository at this point in the history
Fixes gh-22
  • Loading branch information
kazuki43zoo committed Jun 30, 2020
1 parent e6af301 commit a96d180
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -14,8 +14,11 @@ jobs:
strategy:
matrix:
java:
- 1.8
- 11
- 1.8 # Legacy LTS version
- 11 # Latest LTS version
- 14 # Latest non LST version
- 15 # Next non LST version (under develop)
- 16 # Latest develop version
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit a96d180

Please sign in to comment.