You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/14 20:23:14 UTC

[commons-codec] branch master updated: Drop Oracle JDK 8, add OpenJDK 13.

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/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b9a0a2  Drop Oracle JDK 8, add OpenJDK 13.
3b9a0a2 is described below

commit 3b9a0a2616fcd0b046363095fef38e03e0373823
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 13:23:11 2019 -0700

    Drop Oracle JDK 8, add OpenJDK 13.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e7a863c..630e6b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,13 +22,12 @@ matrix:
       jdk: openjdk8
 
 jdk:
-  - oraclejdk8
-  - oraclejdk9
   - oraclejdk11
   - openjdk8
   - openjdk10
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea  
 
 script: