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 186132cd3f added Java 25 profile
186132cd3f is described below

commit 186132cd3f6b752abf593e3ea4cc6cf26ee07548
Author: Andrea Del Bene <[email protected]>
AuthorDate: Tue Sep 16 11:16:15 2025 +0200

    added Java 25 profile
---
 .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 5c650ce518..61640a0ca9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
         java:
         - '17'
         - '21'
-        - '24'
+        - '25'
 
     steps:
     - uses: actions/checkout@v5

Reply via email to