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 18:43:11 UTC

[httpcomponents-core] 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-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 020fcb4  Update Travis builds to LTS versions.
020fcb4 is described below

commit 020fcb444f531493fd35d7ce1a07fd2ff6c6d65e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Oct 11 14:43:09 2021 -0400

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

diff --git a/.travis.yml b/.travis.yml
index efdc3ea..a990ecf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,9 +20,8 @@ services:
   - docker
 
 jdk:
-#  - openjdk8
-#  - openjdk11
-  - openjdk12
+  - openjdk8
+  - openjdk11
   - oraclejdk17
   - openjdk-ea