Skip to content

Commit f6d9e6b

Browse files
authored
MINOR: [R][CI] Add previous version of package to CI backwards comaptibility job (#37534)
### 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 12.0.1.1 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 a6d9060 commit f6d9e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ 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: '12.0.1.1', r: '4.3' }
7677
- { old_arrow_version: '11.0.0.3', r: '4.2' }
7778
- { old_arrow_version: '10.0.1', r: '4.2' }
7879
- { old_arrow_version: '9.0.0', r: '4.2' }

0 commit comments

Comments
 (0)