This is an automated email from the ASF dual-hosted git repository.
bitstorm 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 955458b24c Add Java 26 to the workflow matrix
955458b24c is described below
commit 955458b24c9d687ae701e8955053efd5d3a7f271
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Apr 30 09:43:38 2026 +0200
Add Java 26 to the workflow matrix
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7135d85754..0f3435e02f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,6 +18,7 @@ jobs:
java:
- '21'
- '25'
+ - '26'
steps:
- uses: actions/checkout@v6