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:
parent
6208c9b0d6
commit
0078633702
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "1.11.0-15"
|
java_version : "1.11.0-16"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.11
|
image: netty:centos-6-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "1.11.0-15"
|
java_version : "1.11.0-16"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.11
|
image: netty:centos-7-1.11
|
||||||
|
Loading…
Reference in New Issue
Block a user