From ec08625717c209ff3dfa88f107f9675ba39ce97e Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Wed, 11 Oct 2023 23:21:09 -0300 Subject: [PATCH] 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 Signed-off-by: Jacob Wujciak-Jens --- 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 e3a5cce741d56..48093e9fd5b32 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"