From b2b77a14e655c547e01a0224bce3ceee1742e87f Mon Sep 17 00:00:00 2001 From: amercader Date: Fri, 19 Jul 2019 14:20:50 +0200 Subject: [PATCH] Use more recent openjdk --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 552c2f47131..01ce6791825 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: npm install mocha-phantomjs@3.5.0 phantomjs@~1.9.1 ;; esac - apt install -y postgresql-client solr-jetty openjdk-8-jdk + apt install -y postgresql-client solr-jetty openjdk-11-jdk # Python Dependencies pip install -r requirement-setuptools.txt