You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/13 13:34:08 UTC

[commons-rng] 02/02: Update JDK 9 to 11 in travis

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

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

commit df6844cf105011bb0d93969aa04f3e6c2d368e48
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 14:34:03 2021 +0100

    Update JDK 9 to 11 in travis
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e48a79a..a5e2016 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ cache:
     - $HOME/.m2
 jdk:
   - openjdk8
-  - oraclejdk9
+  - openjdk11
 
 # Skip the installation step:
 #   https://docs.travis-ci.com/user/job-lifecycle/#skipping-the-installation-phase