Skip to content

Commit

Permalink
Run CI on the oldest supported R version (4.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored and ntorresd committed Feb 4, 2025
1 parent 7bc89c1 commit d35178c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
# Test with the 3 R versions and the 3 platforms from CRAN checks
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: '4.1.0'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
Expand Down

0 comments on commit d35178c

Please sign in to comment.