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 c83d932 Looks, like build with Java 18 is not yet available.
c83d932 is described below
commit c83d9323bfde17c230027e3346a799a971c6a6ae
Author: Jochen Wiedmann <[email protected]>
AuthorDate: Thu Mar 31 23:08:01 2022 +0100
Looks, like build with Java 18 is not yet available.
---
.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 925001b..f8cb8b2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,8 +31,9 @@ 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 17 disabled, because we are running into
https://bugs.openjdk.java.net/browse/JDK-8270866
- java: [8, 11, 12, 13, 14, 15, 16, 18]
+ java: [8, 11, 12, 13, 14, 15, 16]
fail-fast: false
runs-on: ${{ matrix.os }}