Skip to content

Commit

Permalink
update the CI R versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Apr 17, 2022
1 parent 6969707 commit dbb0041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
matrix:
config:
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: '3.6'}
- {os: macOS-latest, r: '3.6'}
- {os: ubuntu-16.04, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
- {os: windows-latest, r: '3.6.3'}
- {os: macOS-latest, r: '3.6.3'}
- {os: ubuntu-18.04, r: '4.0', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit dbb0041

Please sign in to comment.