From d7c6b0d1f5db486fc9dfd32129476a370fa80b1f Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Tue, 27 Jan 2026 18:09:31 -0500 Subject: [PATCH] Add 22.0.0.1 --- dev/tasks/r/github.linux.arrow.version.back.compat.yml | 2 +- 1 file changed, 1 insertion(+), 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 8e2ccba0189..774c3e09f4c 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,7 @@ 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: '22.0.0', r: '4.5' } + - { old_arrow_version: '22.0.0.1', r: '4.5' } - { old_arrow_version: '21.0.0.1', r: '4.5' } - { old_arrow_version: '20.0.0.2', r: '4.5' } - { old_arrow_version: '20.0.0', r: '4.5' }