Add corretto 11 and 8 to runtime javas (#41946)
We now have coretto on the ephemeral CI images so we can add it to our regular java test matrix. On backporting will also add corretto8 to branches that support it.
This commit is contained in:
parent
452ee55cdb
commit
7841fa4814
|
@ -14,3 +14,5 @@ ES_RUNTIME_JAVA:
|
|||
- zulu8
|
||||
- zulu11
|
||||
- zulu12
|
||||
- corretto11
|
||||
- corretto8
|
||||
|
|
Loading…
Reference in New Issue