Skip to content

Commit

Permalink
Test R-3.6 legacy support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 27, 2024
1 parent fb1d919 commit ecd2934
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-20.04, r: '4.1'}
- {os: ubuntu-latest, r: '3.6'}
- {os: macos-13, r: '3.6'}
- {os: windows-latest, r: '3.6'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,13 +39,13 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@feature/three-six-support
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@feature/three-six-support
with:
extra-packages: rcmdcheck

Expand Down

0 comments on commit ecd2934

Please sign in to comment.