You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2022/03/31 21:18:52 UTC

[creadur-rat] branch master updated: PR: RAT-273 Reenabling build with Java 16, and Java 17.

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

jochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 082b3b5  PR: RAT-273 Reenabling build with Java 16, and Java 17.
082b3b5 is described below

commit 082b3b58ca7b28b8a1ca83766e7fb807517bec09
Author: Jochen Wiedmann <jo...@gmail.com>
AuthorDate: Thu Mar 31 23:18:35 2022 +0200

    PR: RAT-273
    Reenabling build with Java 16, and Java 17.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2760775..faebe32 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
         os: [ubuntu-latest, windows-latest]
 # RAT-296: disable JDK10 due to
 # Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
-        java: [8, 11, 12, 13, 14, 15]
+        java: [8, 11, 12, 13, 14, 15, 16, 17]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}