This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 60fe3aaae2 Revert "Add Java 26 to the workflow matrix"
60fe3aaae2 is described below
commit 60fe3aaae2c9bfcfb223ee2abf007dc99adcc26e
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Apr 30 10:37:22 2026 +0200
Revert "Add Java 26 to the workflow matrix"
This reverts commit 955458b24c9d687ae701e8955053efd5d3a7f271.
---
.github/workflows/maven.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0f3435e02f..7135d85754 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,7 +18,6 @@ jobs:
java:
- '21'
- '25'
- - '26'
steps:
- uses: actions/checkout@v6