ci(java): Disable openj9 due to deprecated and missing base image
Will add back when upstream decides who and where they will be hosted
This commit is contained in:
parent
7db73468b5
commit
9dc5d450b0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/java.yml
vendored
6
.github/workflows/java.yml
vendored
|
@ -17,11 +17,11 @@ jobs:
|
|||
matrix:
|
||||
tag:
|
||||
- 8
|
||||
- 8j9
|
||||
#- 8j9
|
||||
- 11
|
||||
- 11j9
|
||||
#- 11j9
|
||||
- 16
|
||||
- 16j9
|
||||
#- 16j9
|
||||
- 17
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue