You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by th...@apache.org on 2023/05/09 17:09:40 UTC

[arrow] branch main updated: GH-35516: [R] Add 11.0.0.3 to backwards compatibility matrix (#35517)

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 c3acc91c3e GH-35516: [R] Add 11.0.0.3 to backwards compatibility matrix (#35517)
c3acc91c3e is described below

commit c3acc91c3e21f225ee7cc3cb3f489f0153365f5a
Author: Nic Crane <th...@gmail.com>
AuthorDate: Tue May 9 19:09:33 2023 +0200

    GH-35516: [R] Add 11.0.0.3 to backwards compatibility matrix (#35517)
    
    
    * Closes: #35516
    
    Authored-by: Nic Crane <th...@gmail.com>
    Signed-off-by: Nic Crane <th...@gmail.com>
---
 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 7583bdbee9..df4f7771ad 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: '11.0.0.3', r: '4.2' }
         - { old_arrow_version: '10.0.1', r: '4.2' }
         - { old_arrow_version: '9.0.0', r: '4.2' }
         - { old_arrow_version: '8.0.0', r: '4.2' }