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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '8', '11', '16' ]
|
java: [ '9', '11', '16' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
|
|
Loading…
Reference in New Issue