We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8473d88 commit fda7fd9Copy full SHA for fda7fd9
.gitlab-ci.yml
@@ -6,9 +6,9 @@ variables:
6
TZ: "UTC" ## to avoid 'Failed to create bus connection' from timedatectl via Sys.timezone() on Docker with R 3.4.
7
## Setting TZ for all GLCI jobs to isolate them from timezone. We could have a new GLCI job to test under
8
## a non-UTC timezone, although, that's what we do routinely in dev.
9
- R_REL_VERSION: "4.1"
10
- R_DEVEL_VERSION: "4.2"
11
- R_OLDREL_VERSION: "4.0"
+ R_REL_VERSION: "4.2"
+ R_DEVEL_VERSION: "4.3"
+ R_OLDREL_VERSION: "4.1"
12
13
stages:
14
- dependencies
0 commit comments