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 5730ac0b0d trying java 24
5730ac0b0d is described below
commit 5730ac0b0d466841077d18d14165b13441fb42bc
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Aug 28 00:40:18 2025 +0200
trying java 24
---
.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 0b3cffc628..5c650ce518 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
java:
- '17'
- '21'
- - '23'
+ - '24'
steps:
- uses: actions/checkout@v5