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 13c008a8ad temporary removed profile for java 25
13c008a8ad is described below
commit 13c008a8ad42c9306b42fad4b907409af5ab4e24
Author: Andrea Del Bene <[email protected]>
AuthorDate: Mon Sep 22 09:49:46 2025 +0200
temporary removed profile for java 25
---
.github/workflows/maven.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 61640a0ca9..cd4ad1e834 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,7 +18,6 @@ jobs:
java:
- '17'
- '21'
- - '25'
steps:
- uses: actions/checkout@v5