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/11 17:21:47 UTC

[httpcomponents-client] branch master updated: Update Travis builds to LTS versions.

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 9e7aa6f  Update Travis builds to LTS versions.
9e7aa6f is described below

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

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

diff --git a/.travis.yml b/.travis.yml
index 245c852..4a4c554 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,8 +27,9 @@ addons:
       - maven
       
 jdk:
-  - openjdk12
-  - oraclejdk16
+  - openjdk8
+  - openjdk11
+  - oraclejdk17
   - openjdk-ea
 
 matrix: