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:11:46 UTC

[httpcomponents-core] 01/01: 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

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

    Update Travis builds to LTS versions.
    
    Run arm64 with openjdk11 because Travis is broken with openjdk8 on arm64
    (JRE only).
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2e37927..8a73aee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,15 +14,15 @@
 # limitations under the License.
 
 language: java
-dist: trusty
 sudo: false
 
 services:
   - docker
 
 jdk:
+  - openjdk8
   - openjdk11
-  - oraclejdk16
+  - oraclejdk17
   - openjdk-ea
 
 addons:
@@ -38,6 +38,7 @@ jobs:
   include:
     - name: arm64
       arch: arm64
+      jdk: openjdk11
       script: mvn verify -B
   allow_failures:
     - jdk: openjdk-ea