File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 66 R-CMD-check :
77 runs-on : ${{ matrix.config.os }}
88 name : ${{ matrix.config.os }} (${{ matrix.config.r }})
9- if : " ! contains(github.event.head_commit.message, '[ci skip]')"
9+ if : " ! contains(github.event.head_commit.message, '[ci skip]')"
1010
1111 strategy :
1212 fail-fast : false
1818 - { os: macOS-latest, r: '3.5'}
1919 - { os: macOS-latest, r: '3.6'}
2020 - { os: macOS-latest, r: 'devel'}
21- - { os: ubuntu-16.04, r: '3.2', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
22- - { os: ubuntu-16.04, r: '3.3', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2321 - { os: ubuntu-16.04, r: '3.4', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2422 - { os: ubuntu-16.04, r: '3.5', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2523 - { os: ubuntu-16.04, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
You can’t perform that action at this time.
0 commit comments