Skip to content

Commit fdaf3c0

Browse files
committed
bump minimum R version R CMD check in GHA workflow to v4.1.0
1 parent 7f8a010 commit fdaf3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
6060
- {os: ubuntu-latest, r: 'release'}
6161
- {os: ubuntu-latest, r: 'oldrel-1'}
62-
- {os: ubuntu-latest, r: '3.6'}
62+
- {os: ubuntu-latest, r: '4.1'}
6363

6464
env:
6565
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)