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

Croway 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 1d42cd7599a Drop JDK 21 from the PR build matrix
1d42cd7599a is described below

commit 1d42cd7599ac4650a9d95ea1a63be673c57523fe
Author: croway <[email protected]>
AuthorDate: Wed Sep 2 15:54:24 2026 +0200

    Drop JDK 21 from the PR build matrix
    
    The PR build runs the full incremental build once per JDK, so every PR
    enqueues three jobs. JDK 17 is the minimum supported version and JDK 25
    is the latest LTS, and these two bound what JDK 21 would catch. Testing
    on 17 and 25 only cuts the PR queue by a third.
    
    Co-Authored-By: Claude Fable 5.1 <[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 13ab3044f82..1b2deaf9e11 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -41,7 +41,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: ['17', '21', '25']
+        java: ['17', '25']
     steps:
     - uses: actions/checkout@v7
       with:

Reply via email to