[ci-skip] re-add java 15 to github actions

This commit is contained in:
Simon Gardling 2021-04-27 12:17:26 -04:00
parent 9dd5b27488
commit cd11b56a72
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '16' ]
java: [ '8', '11', '15', '16' ]
fail-fast: false
steps:
- uses: actions/checkout@v2