Currently the docker builds only support one version of postgres which is 9.5 and both ubuntu xenial and postgres 9.5 are both getting close to their end of life timeperiods. As such this will ensure that folks have a path forward to upgrading to newer versions.
What effects does this change have?
Adds bionic folder for building the ubuntu bionic release for postgres 10 and postgis 2.4
Adds bionic folder build to the ci.yml to ensure we build both versions.
Why do we need this change?
Currently the docker builds only support one version of postgres which is 9.5 and both ubuntu xenial and postgres 9.5 are both getting close to their end of life timeperiods. As such this will ensure that folks have a path forward to upgrading to newer versions.
What effects does this change have?