Skip to content

Commit 08f8b54

Browse files
authored
MINOR: [R] Add 21.0.0.1 and 22.0.0 to compatiblity matrix (#48077)
### Rationale for this change CI needs updating to test old R package versions ### What changes are included in this PR? Add 21.0.0.1 and 22.0.0 to compatibility matrix ### Are these changes tested? Nah, it's CI stuff ### Are there any user-facing changes? Nope Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
1 parent 8c16a08 commit 08f8b54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tasks/r/github.linux.arrow.version.back.compat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
config:
7474
# We use the R version that was released at the time of the arrow release in order
7575
# to make sure we can download binaries from RSPM.
76+
- { old_arrow_version: '22.0.0', r: '4.5' }
77+
- { old_arrow_version: '21.0.0.1', r: '4.5' }
7678
- { old_arrow_version: '20.0.0.2', r: '4.5' }
7779
- { old_arrow_version: '20.0.0', r: '4.5' }
7880
- { old_arrow_version: '19.0.1', r: '4.4' }

0 commit comments

Comments
 (0)