Update to latest JDK13 EA release (#9166)
Motivation: We should use the latest EA release when trying to compile with JDK13. Modifications: Update to latest release Result: Test with latest release on the CI
This commit is contained in:
parent
18f27db194
commit
afdc77f9d3
@ -7,7 +7,7 @@ services:
|
||||
build:
|
||||
args:
|
||||
centos_version : "6"
|
||||
java_version : "openjdk@1.13.0-14"
|
||||
java_version : "openjdk@1.13.0-21"
|
||||
|
||||
test:
|
||||
image: netty:centos-6-1.13
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
build:
|
||||
args:
|
||||
centos_version : "7"
|
||||
java_version : "openjdk@1.13.0-14"
|
||||
java_version : "openjdk@1.13.0-21"
|
||||
|
||||
test:
|
||||
image: netty:centos-7-1.13
|
||||
|
Loading…
Reference in New Issue
Block a user