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-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new ad3a4af Revert "WHISKER-18: Re-enable all JDK versions"
ad3a4af is described below
commit ad3a4af051a9cb0928aeee1f673479c34b1b73f6
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri May 2 10:13:01 2025 +0200
Revert "WHISKER-18: Re-enable all JDK versions"
This reverts commit 0fd191bac622866ca409749ba275a8af2014ddd5.
---
.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 bea42e3..ddf48c5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,8 @@ 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, 17, 21]
+ java: [21]
fail-fast: false
runs-on: ${{ matrix.os }}