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:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- 8
|
- 8
|
||||||
- 8j9
|
#- 8j9
|
||||||
- 11
|
- 11
|
||||||
- 11j9
|
#- 11j9
|
||||||
- 16
|
- 16
|
||||||
- 16j9
|
#- 16j9
|
||||||
- 17
|
- 17
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue