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

assignuser 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 ec08625717 GH-38226: [R] Remove R 3.5 from test-r-versions (#38230)
ec08625717 is described below

commit ec08625717c209ff3dfa88f107f9675ba39ce97e
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Oct 11 23:21:09 2023 -0300

    GH-38226: [R] Remove R 3.5 from test-r-versions (#38230)
    
    
    ### Rationale for this change
    
    The test-r-versions job is failing because not all of our dependencies 
support R 3.5. We follow the tidyverse support policy where possible, which 
means we only support R 3.6 and above. Thus, we can drop the test for R 3.5.
    
    ### What changes are included in this PR?
    
    R 3.5 was removed from the test matrix for test-r-versions
    
    ### Are these changes tested?
    
    Yes
    
    ### Are there any user-facing changes?
    
    No
    * Closes: #38226
    
    Authored-by: Dewey Dunnington <[email protected]>
    Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
 dev/tasks/r/github.linux.versions.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev/tasks/r/github.linux.versions.yml 
b/dev/tasks/r/github.linux.versions.yml
index e3a5cce741..48093e9fd5 100644
--- a/dev/tasks/r/github.linux.versions.yml
+++ b/dev/tasks/r/github.linux.versions.yml
@@ -30,8 +30,6 @@ jobs:
         r_version:
           # We test devel, release, and oldrel in regular CI.
           # This is for older versions
-          # glue depends on R >= 3.4, and vctrs depends on glue
-          - "3.5"
           - "3.6"
           - "4.0"
           - "4.1"

Reply via email to