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 18:59:29 UTC

[creadur-rat] branch fix/RAT-273 updated: RAT-273: Remove JDK18 from GHA as it is not there yet

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


The following commit(s) were added to refs/heads/fix/RAT-273 by this push:
     new 07b2762  RAT-273: Remove JDK18 from GHA as it is not there yet
07b2762 is described below

commit 07b2762bac6c60284693c556c5bbdd0c1b0d0155
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Mar 28 20:59:25 2022 +0200

    RAT-273: Remove JDK18 from GHA as it is not there yet
---
 .github/workflows/maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1d65baa..de2e794 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,8 @@ 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, 17, 18]
+# RAT-273: JDK18 is not there yet
+        java: [8, 11, 17]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}