File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ jobs:
1818 fail-fast : false
1919 matrix :
2020 config :
21- - {os: windows-latest, r: '3.6'}
22- - {os: macOS-latest, r: '3.6'}
21+ - {os: windows-latest, r: '4.0'}
22+ - {os: windows-latest, r: 'devel'}
23+ - {os: macOS-latest, r: '4.0'}
2324 - {os: macOS-latest, r: 'devel'}
24- - {os: ubuntu-16.04, r: '3.2', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2525 - {os: ubuntu-16.04, r: '3.3', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2626 - {os: ubuntu-16.04, r: '3.4', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2727 - {os: ubuntu-16.04, r: '3.5', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2828 - {os: ubuntu-16.04, r: '3.6', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
29+ - {os: ubuntu-16.04, r: '4.0', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2930
3031 env :
3132 R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
You can’t perform that action at this time.
0 commit comments