fbb42a292f
Motivation: OpenJDK15 was released, we should compile with it on the CI Modifications: Add docker-compose files to be able to compile with OpenJDK15 Result: Compile with latest major JDK version
23 lines
348 B
YAML
23 lines
348 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-7-1.15
|
|
build:
|
|
args:
|
|
centos_version : "7"
|
|
java_version : "adopt@1.15.0-0"
|
|
|
|
test:
|
|
image: netty:centos-7-1.15
|
|
|
|
test-leak:
|
|
image: netty:centos-7-1.15
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-7-1.15
|
|
|
|
shell:
|
|
image: netty:centos-7-1.15
|