Skip to content

Commit

Permalink
[gha] test with oldest R version supported by Suggests packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Dec 17, 2024
1 parent 7025f83 commit 840f836
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '4.1'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release', openxlsx2_testthat_fullrun: true}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: '3.5'}
- {os: ubuntu-latest, r: '3.6'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Suggests:
knitr,
mschart (>= 0.4),
rmarkdown,
rvg,
testthat (>= 3.0.0),
waldo
VignetteBuilder:
Expand Down

0 comments on commit 840f836

Please sign in to comment.