Skip to content

Commit

Permalink
Update minimum R version for regular testing to 4.0.5 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jun 26, 2024
1 parent 3458943 commit 8614387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comprehensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: '3.6.3'}
- {os: ubuntu-20.04, r: '4.0.5'}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2-branch
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* GitHub Actions
* windows-latest (release)
* macOS-latest (release)
* ubuntu-20.04 (3.6.3)
* ubuntu-20.04 (4.0.5)

## R CMD check results

Expand Down

0 comments on commit 8614387

Please sign in to comment.