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 0fd191b WHISKER-18: Re-enable all JDK versions
0fd191b is described below
commit 0fd191bac622866ca409749ba275a8af2014ddd5
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri May 2 09:37:23 2025 +0200
WHISKER-18: Re-enable all JDK versions
---
.github/workflows/maven.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ddf48c5..bea42e3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,8 +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: [21]
+ java: [8, 11, 17, 21]
fail-fast: false
runs-on: ${{ matrix.os }}