From 9a218c61e13c38b6ed278ed9e9365a57d75e5d4f Mon Sep 17 00:00:00 2001 From: Ivan K Date: Sun, 5 Apr 2026 11:52:13 +0300 Subject: [PATCH] GLCI: update R-devel version The 4.6.0 release cycle has started; R-devel is 4.7.0 now. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a8a552ae..6c5ccef83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ variables: RUN_ALL_DATATABLE_TESTS: "yes" ## run optional tests in CI R_REL_VERSION: "4.5" # only raise when RTOOLS for REL is available R_REL_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.5.0/R-4.5.0-win.exe" - R_DEV_VERSION: "4.6" + R_DEV_VERSION: "4.7" R_DEV_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/R-devel-win.exe" R_OLD_VERSION: "4.4" R_OLD_WIN_BIN: "https://cloud.r-project.org/bin/windows/base/old/4.4.3/R-4.4.3-win.exe"