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

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


The following commit(s) were added to refs/heads/main by this push:
     new c8be72918c MINOR: [R] Update backwards compatibility matrix for 25.0.0 
release (#50563)
c8be72918c is described below

commit c8be72918c88fc976af6d9cd99f63549f7a26ff7
Author: Nic Crane <[email protected]>
AuthorDate: Mon Jul 20 14:01:16 2026 -0400

    MINOR: [R] Update backwards compatibility matrix for 25.0.0 release (#50563)
    
    ### Rationale for this change
    
    Standard release task
    
    ### What changes are included in this PR?
    
    Add previous version to compatibility matrix
    
    ### Are these changes tested?
    
    CI
    
    ### Are there any user-facing changes?
    
    No
    
    Authored-by: Nic Crane <[email protected]>
    Signed-off-by: Nic Crane <[email protected]>
---
 dev/tasks/r/github.linux.arrow.version.back.compat.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/r/github.linux.arrow.version.back.compat.yml 
b/dev/tasks/r/github.linux.arrow.version.back.compat.yml
index bf5300710e..bbe88d205d 100644
--- a/dev/tasks/r/github.linux.arrow.version.back.compat.yml
+++ b/dev/tasks/r/github.linux.arrow.version.back.compat.yml
@@ -73,6 +73,7 @@ jobs:
         config:
         # We use the R version that was released at the time of the arrow 
release in order
         # to make sure we can download binaries from RSPM.
+        - { old_arrow_version: '24.0.0', r: '4.6' }
         - { old_arrow_version: '23.0.1.2', r: '4.5' }
         - { old_arrow_version: '22.0.0.1', r: '4.5' }
         - { old_arrow_version: '21.0.0.1', r: '4.5' }

Reply via email to