ed52dac8cc
Motivation: We should always test with the latest JDK versions on our CI. Modifications: Update versions Result: Use latest JDK versions on our CI
23 lines
390 B
YAML
23 lines
390 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-openj9-1.11
|
|
build:
|
|
args:
|
|
centos_version : "6"
|
|
java_version : "adopt-openj9@1.11.0-5"
|
|
|
|
test:
|
|
image: netty:centos-6-openj9-1.11
|
|
|
|
test-leak:
|
|
image: netty:centos-6-openj9-1.11
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-6-openj9-1.11
|
|
|
|
shell:
|
|
image: netty:centos-6-openj9-1.11
|