You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/26 18:52:49 UTC

[myfaces-tobago] branch master updated: Adding JDK 14 as build matrix option

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 9cee7d8  Adding JDK 14 as build matrix option
9cee7d8 is described below

commit 9cee7d8aebc93058b15bf2f8f81521b8a0fe58b1
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 20:52:33 2020 +0200

    Adding JDK 14 as build matrix option
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3c7e42c..e4fe7b5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ pipeline {
                 axes {
                     axis {
                         name 'JAVA_VERSION'
-                        values 'JDK 1.8 (latest)', 'JDK 11 (latest)'
+                        values 'JDK 1.8 (latest)', 'JDK 11 (latest)', 'JDK 14 (latest)'
                     }
                 }