Skip to content

Commit

Permalink
apacheGH-34197: [R][CI] Add previous R package versions to backwards …
Browse files Browse the repository at this point in the history
…compatibility CI jobs (apache#34198)

This PR adds versions 8.0.0, 9.0.0, and 10.0.1 to the  backwards compatibility CI jobs
* Closes: apache#34197

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
thisisnic authored and fatemehp committed Feb 24, 2023
1 parent 0017298 commit 50c4f2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/tasks/r/github.linux.arrow.version.back.compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin
- name: Install Arrow
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
{{ macros.github_set_sccache_envvars()|indent(8) }}
run: |
cd arrow/r
R CMD INSTALL .
Expand All @@ -73,6 +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: '10.0.1', r: '4.2' }
- { old_arrow_version: '9.0.0', r: '4.2' }
- { old_arrow_version: '8.0.0', r: '4.2' }
- { old_arrow_version: '7.0.0', r: '4.1' }
- { old_arrow_version: '6.0.1', r: '4.1' }
- { old_arrow_version: '5.0.0', r: '4.1' }
Expand Down

0 comments on commit 50c4f2c

Please sign in to comment.