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:33:19 UTC

[httpcomponents-core] branch master updated: Attempt to use Java 17 since it is the latest LTS AND make Travis CI happy.

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 d4884a1  Attempt to use Java 17 since it is the latest LTS AND make Travis CI happy.
d4884a1 is described below

commit d4884a1d3c0feb4a6072e731ec83a453b25b1515
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Oct 11 14:33:16 2021 -0400

    Attempt to use Java 17 since it is the latest LTS AND make Travis CI
    happy.
---
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2e37927..efdc3ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,15 +14,16 @@
 # limitations under the License.
 
 language: java
-dist: trusty
 sudo: false
 
 services:
   - docker
 
 jdk:
-  - openjdk11
-  - oraclejdk16
+#  - openjdk8
+#  - openjdk11
+  - openjdk12
+  - oraclejdk17
   - openjdk-ea
 
 addons: