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