You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/10/13 08:44:03 UTC

[httpcomponents-client] 04/05: Update Travis builds to LTS versions.

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

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

commit 4b7551a4663cb6d53f39517e38d96b2b8acfd9ad
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Oct 11 13:21:45 2021 -0400

    Update Travis builds to LTS versions.
---
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 245c852..ae230bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,12 @@ addons:
   apt:
     packages:
       - maven
-      
+
+# Use some Oracle JDKs to avoid certificate issues.
+# openjdk11 might be too old on some Travis agents.
 jdk:
   - openjdk12
-  - oraclejdk16
-  - openjdk-ea
+  - oraclejdk17
 
 matrix:
   fast_finish: true