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

ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 3c55965329d CAUSEWAY-3892: attempted build on JDK 25 (CI)
3c55965329d is described below

commit 3c55965329d840bd496c1bfdecdb35341c0758ed
Author: Andi Huber <[email protected]>
AuthorDate: Wed Sep 17 12:16:35 2025 +0200

    CAUSEWAY-3892: attempted build on JDK 25 (CI)
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml 
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 9e0b1ae9acd..63482138ff7 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -56,18 +56,18 @@ jobs:
       run: |
         echo BRANCH_NAME      \: $BRANCH_NAME
 
-    - name: Set up JDK (zulu 24)
+    - name: Set up JDK (zulu 25)
       if: matrix.language == 'java'
       uses: actions/setup-java@v5
       with:
         distribution: 'zulu'
-        java-version: 24
+        java-version: 25
 
-    - name: Set up Maven (3.9.10)
+    - name: Set up Maven (3.9.11)
       if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
       uses: stCarolas/setup-maven@v5
       with:
-        maven-version: 3.9.10
+        maven-version: 3.9.11
     - name: Set up Maven (4.0.0-rc-4)
       if: matrix.language == 'java' && env.BRANCH_NAME == 'v4'
       uses: stCarolas/setup-maven@v5

Reply via email to