Use correct JDK 13 version (#10276)
Motivation: We had a typo in the JDK 13 version to use. Modifications: Use the correct version string Result: Be able to run CI with JDK13 again
This commit is contained in:
parent
11b63f8744
commit
470fe0d3c1
@ -7,7 +7,7 @@ services:
|
||||
build:
|
||||
args:
|
||||
centos_version : "6"
|
||||
java_version : "adopt@1.13.0-3"
|
||||
java_version : "adopt@1.13.0-2"
|
||||
|
||||
test:
|
||||
image: netty:centos-6-1.13
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
build:
|
||||
args:
|
||||
centos_version : "7"
|
||||
java_version : "adopt@1.13.0-3"
|
||||
java_version : "adopt@1.13.0-2"
|
||||
|
||||
test:
|
||||
image: netty:centos-7-1.13
|
||||
|
Loading…
Reference in New Issue
Block a user