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

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


The following commit(s) were added to refs/heads/maintenance-branch by this 
push:
     new 9ba1276c902 CAUSEWAY-3952: [v2] try build with JDK 17->21 (CI actually)
9ba1276c902 is described below

commit 9ba1276c90217b11f057714a08c72d54d17356f9
Author: andi-huber <[email protected]>
AuthorDate: Thu Jan 15 12:15:46 2026 +0100

    CAUSEWAY-3952: [v2] try build with JDK 17->21 (CI actually)
---
 .github/workflows/ci-v2-verify.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-v2-verify.yml 
b/.github/workflows/ci-v2-verify.yml
index dfd596b0c86..40cc7797386 100644
--- a/.github/workflows/ci-v2-verify.yml
+++ b/.github/workflows/ci-v2-verify.yml
@@ -35,11 +35,11 @@ jobs:
     steps:
     - uses: actions/checkout@v4
 
-    - name: Set up JDK 17
+    - name: Set up JDK 21
       uses: actions/setup-java@v4
       with:
         distribution: 'zulu'
-        java-version: 17
+        java-version: 21
 
     - name: Print Maven Version
       run: mvn --version

Reply via email to