Update GraalVM with JDK 8 and add GraalVM with JDK 11 (#10333)

Motivation:

A new GraalVM with JDK 11 was released and GraalVM adds Java 11 support

Modification:

- Update GraalVM JDK 8 version
- Add GraalVM JDK 11 support

Result:

Build with GraalVM JDK 11 and use latest GraalVM JDK 8 version
This commit is contained in:
Josef Grieb 2020-06-02 11:52:55 +02:00 committed by GitHub
parent 6e0d22335d
commit 18bdfd9cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,22 @@
version: "3"
services:
runtime-setup:
image: netty:centos-6-1.11
build:
args:
centos_version : "6"
java_version : "graalvm-ce-java11@20.1.0"
test:
image: netty:centos-6-1.11
test-leak:
image: netty:centos-6-1.11
test-boringssl-static:
image: netty:centos-6-1.11
shell:
image: netty:centos-6-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "graalvm@19.2.1"
java_version : "graalvm-ce-java8@20.1.0"
test:
image: netty:centos-6-1.8