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 committed by GitHub
parent 71467892bf
commit 8f617b6305
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: build:
args: args:
centos_version : "6" centos_version : "6"
java_version : "adopt@1.13.0-3" java_version : "adopt@1.13.0-2"
test: test:
image: netty:centos-6-1.13 image: netty:centos-6-1.13

View File

@ -7,7 +7,7 @@ services:
build: build:
args: args:
centos_version : "7" centos_version : "7"
java_version : "adopt@1.13.0-3" java_version : "adopt@1.13.0-2"
test: test:
image: netty:centos-7-1.13 image: netty:centos-7-1.13