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:45:49 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 944907a  Replace Java 15 with Java 16 in Travis CI.
944907a is described below

commit 944907a7c1763b8da70fdc7b2851b5e7ebf198d5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 6 10:45:45 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 c15d1d2..75e7b7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ language: java
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk15
+  - openjdk16
   - openjdk-ea
 
 matrix: