You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2022/06/11 16:43:19 UTC

[groovy] branch GROOVY_3_0_X updated: try jdk 15 and 16

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

emilles pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 522479f851 try jdk 15 and 16
522479f851 is described below

commit 522479f851d6a2c4e440cc4d752155dc8a0c96a6
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Sat Jun 11 11:43:06 2022 -0500

    try jdk 15 and 16
---
 .travis.yml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8fc4048779..82276a2be9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,15 +28,11 @@ matrix:
     - env: BC='legacy' FEATURE='17' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk11
     - env: BC='legacy'
-      jdk: openjdk14
+      jdk: openjdk16
     - env: BC='legacy'
-      jdk: openjdk13
-    - env: BC='legacy'
-      jdk: openjdk12
+      jdk: openjdk15
     - env: BC='legacy'
       jdk: openjdk11
-    - env: BC='legacy'
-      jdk: openjdk10
     - env: BC='legacy'
       jdk: oraclejdk9
     - env: BC='legacy'
@@ -45,15 +41,11 @@ matrix:
     - env: BC='indy' FEATURE='17' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk11
     - env: BC='indy'
-      jdk: openjdk14
+      jdk: openjdk16
     - env: BC='indy'
-      jdk: openjdk13
-    - env: BC='indy'
-      jdk: openjdk12
+      jdk: openjdk15
     - env: BC='indy'
       jdk: openjdk11
-    - env: BC='indy'
-      jdk: openjdk10
     - env: BC='indy'
       jdk: oraclejdk9
     - env: BC='indy'