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


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

commit 2f728f24289425f28507e1c68d3d43e7acf60644
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Jun 6 10:41:53 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 10f1158..2c6aa18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ sudo: false
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk15  
+  - openjdk16  
   - openjdk-ea
 
 script:

Reply via email to