Add R-devel to GHA CI tests
This commit is contained in:
parent
09e29e69fa
commit
5fd5d31a08
1 changed files with 11 additions and 8 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -25,9 +25,9 @@ on:
|
|||
description: |
|
||||
Comma-separated list of R versions. Specify "last-N" to use the
|
||||
last N minor R versions, or "all" to use all minor R versions since R 3.1.
|
||||
Defaults to "last-5".
|
||||
Defaults to "last-5,devel".
|
||||
required: false
|
||||
default: 'last-5'
|
||||
default: 'last-5,devel'
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue