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 51016416b4 MINOR: [R] Update backwards compat job for 21.0.0 (#47247) 51016416b4 is described below commit 51016416b40d6658e39959b4a4818b1258ac6749 Author: Nic Crane <thisis...@gmail.com> AuthorDate: Thu Jul 31 14:11:53 2025 +0100 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 <thisis...@gmail.com> Signed-off-by: Jacob Wujciak-Jens <ja...@wujciak.de> --- dev/tasks/r/github.linux.arrow.version.back.compat.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/tasks/r/github.linux.arrow.version.back.compat.yml b/dev/tasks/r/github.linux.arrow.version.back.compat.yml index ecbea54ce4..54910c5b6d 100644 --- a/dev/tasks/r/github.linux.arrow.version.back.compat.yml +++ b/dev/tasks/r/github.linux.arrow.version.back.compat.yml @@ -73,7 +73,9 @@ jobs: config: # We use the R version that was released at the time of the arrow release in order # to make sure we can download binaries from RSPM. - - { old_arrow_version: '19.0.1.1', r: '4.4' } + - { old_arrow_version: '20.0.0.2', r: '4.5' } + - { old_arrow_version: '20.0.0', r: '4.5' } + - { old_arrow_version: '19.0.1', r: '4.4' } - { old_arrow_version: '18.1.0', r: '4.4' } - { old_arrow_version: '17.0.0', r: '4.4' } - { old_arrow_version: '16.1.0', r: '4.4' }