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 08f8b5498c MINOR: [R] Add 21.0.0.1 and 22.0.0 to compatiblity matrix 
(#48077)
08f8b5498c is described below

commit 08f8b5498c2901c67ffc4f4ec10fc1a61f8a2729
Author: Nic Crane <[email protected]>
AuthorDate: Tue Nov 11 14:33:45 2025 +0000

    MINOR: [R] Add 21.0.0.1 and 22.0.0 to compatiblity matrix (#48077)
    
    ### Rationale for this change
    
    CI needs updating to test old R package versions
    
    ### What changes are included in this PR?
    
    Add 21.0.0.1 and 22.0.0 to compatibility matrix
    
    ### Are these changes tested?
    
    Nah, it's CI stuff
    
    ### Are there any user-facing changes?
    
    Nope
    
    Authored-by: Nic Crane <[email protected]>
    Signed-off-by: Nic Crane <[email protected]>
---
 dev/tasks/r/github.linux.arrow.version.back.compat.yml | 2 ++
 1 file changed, 2 insertions(+)

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 54910c5b6d..8e2ccba018 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,8 @@ 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: '22.0.0', r: '4.5' }
+        - { old_arrow_version: '21.0.0.1', r: '4.5' }
         - { old_arrow_version: '20.0.0.2', r: '4.5' }
         - { old_arrow_version: '20.0.0', r: '4.5' }
         - { old_arrow_version: '19.0.1', r: '4.4' }

Reply via email to