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/05/16 19:02:57 UTC

[commons-io] branch master updated: Replace openjdk15 with openjdk16 in TravisCI.

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


The following commit(s) were added to refs/heads/master by this push:
     new 1cbd3de  Replace openjdk15 with openjdk16 in TravisCI.
1cbd3de is described below

commit 1cbd3dea3f49859c3b7756dea74fb46d53764147
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 16 15:02:53 2021 -0400

    Replace openjdk15 with openjdk16 in TravisCI.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dfcd23b..3781ae6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ cache:
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk15
+  - openjdk16
   - openjdk-ea
 
 matrix: