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:
Alpar Torok 2019-05-08 16:31:51 +03:00
parent 452ee55cdb
commit 7841fa4814
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ ES_RUNTIME_JAVA:
- zulu8
- zulu11
- zulu12
- corretto11
- corretto8