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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 67ac6091327 Add JDK 25 test on GitHub PR check
67ac6091327 is described below

commit 67ac60913271665ed1ba3ba2f2e62f9b67cc0f18
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Mar 19 14:54:10 2026 +0100

    Add JDK 25 test on GitHub PR check
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .github/workflows/pr-build-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 798367f86a2..5bbd457f9fb 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -37,7 +37,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: ['17', '21']
+        java: ['17', '21', '25']
     steps:
     - uses: actions/checkout@v6
       with:

Reply via email to