This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/WW-5576-jdk25-build
in repository https://gitbox.apache.org/repos/asf/struts.git

commit ce1f3b8daf0d06264ef2ff199a032620a721d2a2
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Nov 17 08:03:08 2025 +0100

    WW-5576 Defines a new build on Java 25
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 58bb6f354..fa0333382 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,6 +41,8 @@ jobs:
             profile: ''
           - java: '21'
             profile: '-Pjakartaee11'
+          - java: '25'
+            profile: ''
     steps:
       - name: Checkout code
         uses: actions/checkout@v5

Reply via email to