Skip to content

Commit

Permalink
3.6 rather than 3.5 on CI
Browse files Browse the repository at this point in the history
RcppEigen depends R 3.6
  • Loading branch information
jsocolar authored Jul 19, 2023
1 parent fe8b449 commit 645542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- {os: ubuntu-20.04, r: 'devel', rtools: ''}
- {os: ubuntu-20.04, r: 'release', rtools: ''}
- {os: ubuntu-20.04, r: 'oldrel', rtools: ''}
- {os: ubuntu-20.04, r: '3.5', rtools: ''}
- {os: ubuntu-20.04, r: '3.6', rtools: ''}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 645542f

Please sign in to comment.