Skip to content

Commit fda7fd9

Browse files
authored
GLCI-only: bump R_*_VERSION variables
1 parent 8473d88 commit fda7fd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ variables:
66
TZ: "UTC" ## to avoid 'Failed to create bus connection' from timedatectl via Sys.timezone() on Docker with R 3.4.
77
## Setting TZ for all GLCI jobs to isolate them from timezone. We could have a new GLCI job to test under
88
## 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"
9+
R_REL_VERSION: "4.2"
10+
R_DEVEL_VERSION: "4.3"
11+
R_OLDREL_VERSION: "4.1"
1212

1313
stages:
1414
- dependencies

0 commit comments

Comments
 (0)