Skip to content

Commit

Permalink
update GHA checks following R 4.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Apr 25, 2024
1 parent 76fec90 commit 93ffeb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
- {os: windows-latest, nosuggests: false, r: 'devel'}
- {os: windows-latest, nosuggests: false, r: 'release'}
- {os: windows-latest, nosuggests: true, r: 'release'}
- {os: windows-latest, nosuggests: false, r: 'oldrel'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/1'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/2'}
- {os: ubuntu-20.04, nosuggests: false, r: 'devel'}
- {os: ubuntu-20.04, nosuggests: false, r: 'release'}
- {os: ubuntu-20.04, nosuggests: true, r: 'release'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel/1'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel/2'}

env:
_R_CHECK_DEPENDS_ONLY_: ${{ matrix.config.nosuggests }}
Expand Down

0 comments on commit 93ffeb3

Please sign in to comment.