set to jdk11

This commit is contained in:
Lars K.W. Gohlke 2020-08-25 08:47:21 +02:00 committed by AsamK
parent 1be13392da
commit 057168c421
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8', '12.0.2' ]
java: [ '11', '12.0.2' ]
steps:
- uses: actions/checkout@v1