Skip to content

Commit

Permalink
GLCI-only: bump R_*_VERSION variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle authored Jul 20, 2022
1 parent 8473d88 commit fda7fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ variables:
TZ: "UTC" ## to avoid 'Failed to create bus connection' from timedatectl via Sys.timezone() on Docker with R 3.4.
## Setting TZ for all GLCI jobs to isolate them from timezone. We could have a new GLCI job to test under
## a non-UTC timezone, although, that's what we do routinely in dev.
R_REL_VERSION: "4.1"
R_DEVEL_VERSION: "4.2"
R_OLDREL_VERSION: "4.0"
R_REL_VERSION: "4.2"
R_DEVEL_VERSION: "4.3"
R_OLDREL_VERSION: "4.1"

stages:
- dependencies
Expand Down

0 comments on commit fda7fd9

Please sign in to comment.