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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a3d93797 CAY-2742 Switch minimum required Java version to 11
1a3d93797 is described below

commit 1a3d937975bf8ea50977f1e2ec4c5ca8736ea2ff
Author: Nikita Timofeev <[email protected]>
AuthorDate: Thu Jul 7 13:31:47 2022 +0300

    CAY-2742 Switch minimum required Java version to 11
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a01ee832e..0d6895a1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,8 +61,6 @@ jobs:
 
 # prevent Travis from unnecessary checks with pull request
   exclude:
-    - if: type = pull_request
-      jdk: openjdk11
     - if: type = pull_request
       jdk: openjdk17
     - if: type = pull_request

Reply via email to