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 3febea98b CAY-2742 Switch minimum required Java version to 11 3febea98b is described below commit 3febea98b4d114131d421b369e252985c7f42420 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Wed Jul 6 20:17:14 2022 +0300 CAY-2742 Switch minimum required Java version to 11 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e4404557..a01ee832e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ jobs: jdk: openjdk11 - env: DB_PROFILE=derby jdk: openjdk11 - - jdk: openjdk-18 + - jdk: openjdk18 env: DB_PROFILE=postgres-tc - stage: deploy script: mvn deploy -DskipTests --settings .travis-mvn-settings.xml @@ -57,7 +57,7 @@ jobs: if: type = push AND branch = master AND repo = apache/cayenne allow_failures: - - jdk: openjdk-18 + - jdk: openjdk18 # prevent Travis from unnecessary checks with pull request exclude: