Skip to content

Commit

Permalink
apacheGH-38226: [R] Remove R 3.5 from test-r-versions (apache#38230)
Browse files Browse the repository at this point in the history
### 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: apache#38226

Authored-by: Dewey Dunnington <dewey@fishandwhistle.net>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
  • Loading branch information
paleolimbot authored and llama90 committed Oct 12, 2023
1 parent 460fe8d commit 5e478d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/tasks/r/github.linux.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e478d7

Please sign in to comment.