Use Java11+ea28 during build. (#8113)

Motivation:

We should ensure we use the latest Java11 EA during build to catch any regressions etc.

Modifications:

Update from ea19 to ea28.

Result:

Use latest Java11 release.
This commit is contained in:
Norman Maurer 2018-08-25 07:26:56 +02:00 committed by GitHub
parent 6888af6ba5
commit 37a4f99f25
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-19"
java_version : "1.11.0-28"
test:
image: netty:centos-6-1.11

View File

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