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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d8f7e377f Remove old branches from the PR build (#3050)
7d8f7e377f is described below

commit 7d8f7e377f8c7621580c338e16f0fd4eeb81c328
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Apr 22 10:17:26 2026 +0100

    Remove old branches from the PR build (#3050)
    
    * Remove old branches from the PR build
    
    * Update pull-request-build.yml
    
    * Update .github/workflows/pull-request-build.yml
    
    Co-authored-by: Andriy Redko <[email protected]>
    
    ---------
    
    Co-authored-by: Andriy Redko <[email protected]>
---
 .github/workflows/pull-request-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pull-request-build.yml 
b/.github/workflows/pull-request-build.yml
index 31ff688cca..81b0481f94 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -2,7 +2,7 @@ name: "Build and Test"
 
 on:
   pull_request:
-    branches: ['main', '3.6.x-fixes', '3.5.x-fixes', '3.4.x-fixes']
+    branches: ['main', '4.1.x-fixes', '3.6.x-fixes']
 
 permissions:
   contents: read
@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        java: [17, 21] 
+        java: [17, 21, 25] 
     permissions:
       contents: read  
       pull-requests: read

Reply via email to