Update to openjdk 12ea19 (#8487)

Motivation:

We should test against latest EA releases.

Modifications:

Update to openkdk 12ea19

Result:

Use latest openjdk 12 EA build on the CI.
This commit is contained in:
Norman Maurer 2018-11-09 16:50:58 +01:00 committed by GitHub
parent 8a24df88a4
commit e766469e87
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-17"
java_version : "openjdk@1.12.0-19"
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-17"
java_version : "openjdk@1.12.0-19"
test:
image: netty:centos-7-1.12