You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/03/28 12:47:50 UTC

[creadur-rat] 02/04: RAT-273: Change build matrix to work with LTS and newest JDK

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

pottlinger pushed a commit to branch fix/RAT-273
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 600ead863f481d1130fcd38e7ec83203816206f6
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Mar 28 14:43:23 2022 +0200

    RAT-273: Change build matrix to work with LTS and newest JDK
---
 .travis.yml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 332292a..ea4539c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,14 @@ jobs:
           jdk: openjdk8
           script: mvn -e -B -V clean package site
 
-        - name: "Java 14"
-          jdk: openjdk14
+        - name: "Java 11"
+          jdk: openjdk11
+          script: mvn -e -B -V clean package site
+
+        - name: "Java 17"
+          jdk: openjdk17
+          script: mvn -e -B -V clean package site
+
+        - name: "Java 18 - newest"
+          jdk: openjdk18
           script: mvn -e -B -V clean package site