90e343d378
Motivation: We should always build with the latest JDK releases. Modifications: Update JDK8 and JDK11 versions to the latest. Result: Run CI jobs on the latest JDK release.
23 lines
336 B
YAML
23 lines
336 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-7-1.8
|
|
build:
|
|
args:
|
|
centos_version : "7"
|
|
java_version : "1.8.202"
|
|
|
|
test:
|
|
image: netty:centos-7-1.8
|
|
|
|
test-leak:
|
|
image: netty:centos-7-1.8
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-7-1.8
|
|
|
|
shell:
|
|
image: netty:centos-7-1.8
|