Skip to content

Commit

Permalink
Add old, supported R releases to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
klmr committed Aug 12, 2023
1 parent b86702f commit 696a410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: '3.5'}
- {os: ubuntu-20.04, r: '3.6'}
- {os: ubuntu-20.04, r: 'oldrel'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'devel', http-user-agent: ' release'}
- {os: ubuntu-20.04, r: 'devel', http-user-agent: 'release'}

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

0 comments on commit 696a410

Please sign in to comment.