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 18:37:55 UTC

[commons-csv] branch master updated: Drop Oracle JDK 8 since it is not supported anymore.

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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new f740643  Drop Oracle JDK 8 since it is not supported anymore.
f740643 is described below

commit f740643e53e77a7dcfd6a107d988b9224fb0cfc0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 11:37:52 2019 -0700

    Drop Oracle JDK 8 since it is not supported anymore.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 064d399..92cb9b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,11 +16,11 @@
 language: java
 
 jdk:
-  - oraclejdk8
   - oraclejdk11
   - openjdk8
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea
 
 after_success: