This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 d7cfbe9349 Test build with JDK 23 (#1006)
d7cfbe9349 is described below
commit d7cfbe934935bacb13bbd3a93d3f88cbff5520e4
Author: Martin Grigorov <[email protected]>
AuthorDate: Tue Oct 15 10:58:07 2024 +0300
Test build with JDK 23 (#1006)
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.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 a59622b26f..9c1c7cfae5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
java:
- '17'
- '21'
- - '22'
+ - '23'
steps:
- uses: actions/checkout@v4