You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/21 02:46:34 UTC

[commons-pool] 01/02: Travis: Replace Java 14 with 15. One Java 11 build.

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

commit e5f8532df8bf4af1567bae2f36d73b1d6c569ab5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 21:45:54 2020 -0500

    Travis: Replace Java 14 with 15. One Java 11
    build.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f237a1a..4218f02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,7 @@ cache:
 jdk:
   - openjdk8
   - openjdk11
-  - oraclejdk11
-  - openjdk14
+  - openjdk15
   - openjdk-ea
 
 matrix: