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 336af366e6 MINOR: [R][Release] Update arrow R backwards compatibility 
job (#49903)
336af366e6 is described below

commit 336af366e6e794f3943451b45c4b00b521182a2a
Author: Bryce Mecum <[email protected]>
AuthorDate: Thu Apr 30 04:47:52 2026 -0700

    MINOR: [R][Release] Update arrow R backwards compatibility job (#49903)
    
    ### Rationale for this change
    
    After R releases, we update this job. See the step in 
https://github.com/apache/arrow/issues/49685.
    
    ### What changes are included in this PR?
    
    - Adds a line for arrow R 23.0.1.2
    
    ### Are these changes tested?
    
    We can test in CI.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Bryce Mecum <[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 3bdd2607b5..7c2695f956 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: '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' }
         - { old_arrow_version: '20.0.0.2', r: '4.5' }

Reply via email to