Drop Java 12 and 13 from GitHub builds.

This commit is contained in:
Gary Gregory 2020-07-22 10:36:02 -04:00
parent a8c4c01366
commit d0e22083ca
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 12, 13, 14 ]
java: [ 8, 11, 14 ]
steps:
- uses: actions/checkout@v1