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

raulcd 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 d2fcaa6d1f MINOR: [R] Add 22.0.0.1 to compatiblity matrix (#49039)
d2fcaa6d1f is described below

commit d2fcaa6d1f01bb954bba309cf7e0f96969e97fec
Author: Nic Crane <[email protected]>
AuthorDate: Wed Jan 28 07:37:08 2026 -0500

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

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 8e2ccba018..774c3e09f4 100644
--- a/dev/tasks/r/github.linux.arrow.version.back.compat.yml
+++ b/dev/tasks/r/github.linux.arrow.version.back.compat.yml
@@ -73,7 +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: '22.0.0', 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' }
         - { old_arrow_version: '20.0.0', r: '4.5' }

Reply via email to