470fe0d3c1
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
Using the docker images
cd /path/to/netty/
centos 6 with java 8
docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-6.18.yaml run test
centos 7 with java 11
docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-7.111.yaml run test
etc, etc