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 2021/06/06 14:42:41 UTC

[commons-codec] branch master updated: Replace Java 15 with Java 16 in Travis CI.

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 4de60e8  Replace Java 15 with Java 16 in Travis CI.
4de60e8 is described below

commit 4de60e8b68fb749e5380ecef018511bed946bee8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 6 10:42:37 2021 -0400

    Replace Java 15 with Java 16 in Travis CI.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4f4f04f..c48065a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
   include:
     - jdk: openjdk8
     - jdk: openjdk11
-    - jdk: openjdk15
+    - jdk: openjdk16
     - jdk: openjdk-ea
   allow_failures:
     - jdk: openjdk-ea