Add early access builds to GitHub builds.

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

View File

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