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:
Norman Maurer 2020-05-13 07:18:02 +02:00
parent 11b63f8744
commit 470fe0d3c1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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