Skip to content

Commit 7ce5d32

Browse files
committed
[SPARK-51457][R][INFRA] Use R 4.4.3 in windows R GitHub Action job
### What changes were proposed in this pull request? This PR aims to use R 4.4.3 in `windows` R GitHub Action job. ### Why are the changes needed? To have a test coverage for the latest R version. - [R 4.4.3 (2025-02-28, Trophy Case) Announcement](https://stat.ethz.ch/pipermail/r-announce/2024/000699.html) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #50229 from dongjoon-hyun/SPARK-51457. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 9edb49c commit 7ce5d32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_sparkr_window.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818
#
19-
name: "Build / SparkR-only (master, 4.4.2, windows-2022)"
19+
name: "Build / SparkR-only (master, 4.4.3, windows-2022)"
2020

2121
on:
2222
schedule:
@@ -51,10 +51,10 @@ jobs:
5151
with:
5252
distribution: zulu
5353
java-version: 17
54-
- name: Install R 4.4.2
54+
- name: Install R 4.4.3
5555
uses: r-lib/actions/setup-r@v2
5656
with:
57-
r-version: 4.4.2
57+
r-version: 4.4.3
5858
- name: Install R dependencies
5959
run: |
6060
Rscript -e "install.packages(c('knitr', 'rmarkdown', 'testthat', 'e1071', 'survival', 'arrow', 'xml2'), repos='https://cloud.r-project.org/')"

0 commit comments

Comments
 (0)