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

[commons-imaging] 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-imaging.git


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

commit 73584766838b87020eb1ae487da63799e937ad7f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 13:27:08 2019 -0700

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

diff --git a/.travis.yml b/.travis.yml
index d2fa8ad..f65de4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,11 @@ language: java
 sudo: false
 
 jdk:
-  - oraclejdk8
   - oraclejdk11
   - openjdk8
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea
 
 matrix: