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 597e8fb  Add JDK25 to see future issues
597e8fb is described below

commit 597e8fb0a3a12e6e810327fb9742f8242d0d593d
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Sep 25 09:59:23 2025 +0200

    Add JDK25 to see future issues
---
 .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 828092e..6425f38 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]
+        java: [21, 25]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}

Reply via email to