Update to latest java 8/11/15 versions (#10774)

Motivation:

There were new releases of java.

Modifications:

Update java versions so we use the latest on the CI

Result:

Use latest releases
This commit is contained in:
Norman Maurer 2020-11-04 10:39:55 +01:00 committed by GitHub
parent 1c0662ea42
commit ab56fb6f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.11.0-8"
java_version : "adopt@1.11.0-9"
test:
image: netty:centos-6-1.11

View File

@ -9,7 +9,7 @@ services:
centos_version : "6"
# use zulu and not adoptjdk for now as adoptjdk15 does not support centos6
# https://github.com/AdoptOpenJDK/openjdk-build/issues/2097
java_version : "zulu@1.15.0-0"
java_version : "zulu@1.15.0-1"
test:
image: netty:centos-6-1.15

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.8.0-265"
java_version : "adopt@1.8.0-272"
test:
image: netty:centos-6-1.8

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt-openj9@1.11.0-7"
java_version : "adopt-openj9@1.11.0-9"
test:
image: netty:centos-6-openj9-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.11.0-8"
java_version : "adopt@1.11.0-9"
test:
image: netty:centos-7-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.15.0-0"
java_version : "adopt@1.15.0-1"
test:
image: netty:centos-7-1.15

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.8.0-265"
java_version : "adopt@1.8.0-272"
test:
image: netty:centos-7-1.8