Use java 11+ea18 (#8034)

Motivation:

Java 11+ea18 was released.

Modifications:

Update to latest version.

Result:

Testing with latest java 11 release.
This commit is contained in:
Norman Maurer 2018-06-18 20:31:15 +02:00 committed by GitHub
parent a8549b138d
commit 2d47005901
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-16"
java_version : "1.11.0-18"
test:
image: netty:centos-6-1.11

View File

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