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 fe9f252 Revert "Test-enable JDK17 to see if WHISKER-331 is still an
issue"
fe9f252 is described below
commit fe9f25259b3ff87a29c81e38a418d814bf591022
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Oct 21 14:24:48 2025 +0200
Revert "Test-enable JDK17 to see if WHISKER-331 is still an issue"
This reverts commit e6994e27d5dba53fa202f9ae9df260141ea18aba.
as 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 b9fccb9..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: [17, 21, 25]
+ java: [21, 25]
fail-fast: false
runs-on: ${{ matrix.os }}