mirror of https://github.com/shred/acme4j
Fix GitHub Actions CI, build requires Java 9 or higher
parent
6e5070f26d
commit
a5c897d1c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue