Use java 11+ea16 (#7999)

Motivation:

Java 11+ea16 was released.

Modifications:

Update to latest version.

Result:

Testing with latest java 11 release.
This commit is contained in:
Norman Maurer 2018-06-04 18:09:42 +02:00 committed by GitHub
parent 6208c9b0d6
commit 0078633702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "1.11.0-15"
java_version : "1.11.0-16"
test:
image: netty:centos-6-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "1.11.0-15"
java_version : "1.11.0-16"
test:
image: netty:centos-7-1.11