You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2020/12/24 09:13:18 UTC

[commons-ognl] branch master updated: Drops JDK7 as not supported on Travis

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new 61c9443  Drops JDK7 as not supported on Travis
61c9443 is described below

commit 61c9443fa8b58ea85b3fff8c30ee3f479863d94c
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Dec 24 10:13:08 2020 +0100

    Drops JDK7 as not supported on Travis
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ca6e961..c569a2d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,6 @@ cache:
     - $HOME/.m2
 
 jdk:
-  - openjdk7
   - openjdk8
   - openjdk11