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 e6994e2  Test-enable JDK17 to see if WHISKER-331 is still an issue
e6994e2 is described below

commit e6994e27d5dba53fa202f9ae9df260141ea18aba
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Oct 21 14:16:26 2025 +0200

    Test-enable JDK17 to see if WHISKER-331 is still an issue
---
 .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 6425f38..b9fccb9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
 # Java 17 disabled, because we are running into 
https://bugs.openjdk.java.net/browse/JDK-8270866
 # WHISKER-31: Build failures on Windows 8,11,17:
 #        java: [8, 11, 17, 21]
-        java: [21, 25]
+        java: [17, 21, 25]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}

Reply via email to