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


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

commit 3d90d5d8cb2f6f0e028000de5a11d66dd3890c75
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 6 10:42:23 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 440cb75..f5f56b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ language: java
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk15
+  - openjdk16
   - openjdk-ea
 
 script:

Reply via email to