Update to JDK 12 EA16 when running CI jobs against JDK 12. (#8421)

Motivation:

A new EA release was done, we should always run against the latest.

Modifications:

Update to EA 16.

Result:

CI runs with latest EA release for JDK12.
This commit is contained in:
Norman Maurer 2018-10-23 14:55:19 -07:00 committed by GitHub
parent 9e762e8816
commit 0cdd9de6de
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 : "openjdk@1.12.0-15"
java_version : "openjdk@1.12.0-16"
test:
image: netty:centos-6-1.12

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "openjdk@1.12.0-15"
java_version : "openjdk@1.12.0-16"
test:
image: netty:centos-7-1.12