Fix GitHub Actions CI, build requires Java 9 or higher

pull/99/head
Richard Körber 2021-03-28 10:36:41 +02:00
parent 6e5070f26d
commit a5c897d1c6
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '16' ]
java: [ '9', '11', '16' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK