Skip to content

Commit 65f3edf

Browse files
committed
Add R 3.6 (oldrel now)
1 parent c050cdb commit 65f3edf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- { os: ubuntu-, os-version: 18.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", http-user-agent: "R/4.0.0 (ubuntu-18.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
4545
- { os: ubuntu-, os-version: 18.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest" }
4646

47+
# Begin custom: R 3.6
48+
- {os: ubuntu-, os-version: 18.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
49+
# End custom: R 3.6
50+
4751
# Begin custom: R 3.5
4852
- {os: ubuntu-, os-version: 18.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
4953
# End custom: R 3.5

0 commit comments

Comments
 (0)