-
Notifications
You must be signed in to change notification settings - Fork 4k
[R-package] [ci] Add tests on R 4.0 compatibility #3024
Copy link
Copy link
Closed
Labels
Description
Currently, the R package is only tested against 3.6.x in continuous integration. This is controlled by variables R_MAC_VERSION, R_LINUX_VERSIONS, and (soon, as of #2936 ) R_WINDOW_VERSION in CI config files:
.vsts-ci.yml(Azure DevOps).travis.yml(Travis CI).appveyor.yml(AppVeyor)
To close this issue, add tests to those builds that use R 4.0. We will have to decide whether the extra testing time is worth it and ALL tests should be duplicated (e.g. one R4.0.x build for every current R 3.6.x build) or whether we should for now just have one R 4.0 build as a smoke test.
For now, do not change the container used in our Azure DevOps builds (https://github.com/guolinke/lightgbm-ci-docker).
Reactions are currently unavailable