-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upkeep #629
upkeep #629
Conversation
just updates versions of published workflows, as there are a few bits of customization in each workflow here.
) | ||
Description: A DBI-compatible interface to ODBC databases. | ||
License: MIT + file LICENSE | ||
URL: https://r-dbi.github.io/odbc/, https://github.com/r-dbi/odbc, | ||
https://db.rstudio.com | ||
BugReports: https://github.com/r-dbi/odbc/issues | ||
Depends: | ||
R (>= 3.2.0) | ||
R (>= 3.6.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was initially hesitant here, but this seems right.
The minimum version we test the package with (on main
) is 3.6.0 / oldrel-4 (currently 3.6.x), released 4 years ago:
odbc/.github/workflows/R-CMD-check.yaml
Line 29 in 505277d
- {os: windows-latest, r: '3.6'} |
odbc/.github/workflows/R-CMD-check.yaml
Line 36 in 505277d
- {os: ubuntu-latest, r: 'oldrel-4'} |
The R version was most recently changed in 2019, 4 years after the release of R 3.2.0.
For 2022 and 2023. Closes #626.