Skip to content

Commit

Permalink
Add ancient test to GHA (#83)
Browse files Browse the repository at this point in the history
* Add ancient test to GHA

* Use 3.5 for now

* R 3.6.0 for withr->testthat
  • Loading branch information
MichaelChirico authored Oct 15, 2024
1 parent 7899e98 commit fa55ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: '3.6'}

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

0 comments on commit fa55ef2

Please sign in to comment.