This is an automated email from the ASF dual-hosted git repository.
pottlinger 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 cbae2e3f Do nut use JDK17 as we run into the problems related to
getTreePath()
cbae2e3f is described below
commit cbae2e3fd8d8814d87416ad6199953a260bbc636
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 21 20:59:14 2024 +0200
Do nut use JDK17 as we run into the problems related to getTreePath()
---
.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 04870efe..27ccb921 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
# 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, 17, 21]
+ java: [8, 11, 21]
fail-fast: false
runs-on: ${{ matrix.os }}