mirror of https://github.com/shred/acme4j
Remove Java 9 tests from CI
Reason: There is no Temurin Java 9 on Githubpull/134/head
parent
e9eedb99cd
commit
06e03880c9
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '9', '11', '17' ]
|
java: [ '11', '17' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
|
|
Loading…
Reference in New Issue