This is an automated email from the ASF dual-hosted git repository.
adelbene 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 4f9bc7d858 Another try with Java 25
4f9bc7d858 is described below
commit 4f9bc7d858639a3506e3b976d61cdd21f4292b68
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sun Oct 5 21:51:21 2025 +0200
Another try with Java 25
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cd4ad1e834..61640a0ca9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,6 +18,7 @@ jobs:
java:
- '17'
- '21'
+ - '25'
steps:
- uses: actions/checkout@v5