Skip to content

Commit 5101641

Browse files
authored
MINOR: [R] Update backwards compat job for 21.0.0 (#47247)
### Rationale for this change Add previous version of R package to backward compatibility job so we can ensure we don't make breaking changes ### What changes are included in this PR? Add 21.0.0 to CI job ### Are these changes tested? No ### Are there any user-facing changes? No Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent 87dca7d commit 5101641

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ 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: '19.0.1.1', r: '4.4' }
76+
- { old_arrow_version: '20.0.0.2', r: '4.5' }
77+
- { old_arrow_version: '20.0.0', r: '4.5' }
78+
- { old_arrow_version: '19.0.1', r: '4.4' }
7779
- { old_arrow_version: '18.1.0', r: '4.4' }
7880
- { old_arrow_version: '17.0.0', r: '4.4' }
7981
- { old_arrow_version: '16.1.0', r: '4.4' }

0 commit comments

Comments
 (0)