You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2021/10/12 19:15:15 UTC

[httpcomponents-client] branch master updated: openjdk11 might be too old on some Travis agents.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 3249d90  openjdk11 might be too old on some Travis agents.
3249d90 is described below

commit 3249d906a06e82ac4c04e8d46d0fff12c0abac48
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Oct 12 15:15:13 2021 -0400

    openjdk11 might be too old on some Travis agents.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3656a35..7d97d6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,9 +26,9 @@ addons:
       - maven
 
 # Use some Oracle JDKs to avoid certificate issues.
+# openjdk11 might be too old on some Travis agents.
 jdk:
-  - openjdk8
-  - oraclejdk11
+  - openjdk12
   - oraclejdk17
   - openjdk-ea