...
|
...
|
@@ -53,8 +53,8 @@ jobs:
|
53
|
53
|
matrix:
|
54
|
54
|
config:
|
55
|
55
|
- { os: ubuntu-latest, r: 'devel', bioc: '3.15', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
|
56
|
|
- - { os: macOS-latest, r: '4.2', bioc: '3.15'}
|
57
|
|
- - { os: windows-latest, r: '4.2', bioc: '3.15'}
|
|
56
|
+ - { os: macOS-latest, r: 'prerelease', bioc: '3.15'}
|
|
57
|
+ - { os: windows-latest, r: 'prerelease', bioc: '3.15'}
|
58
|
58
|
## Check https://github.com/r-lib/actions/tree/master/examples
|
59
|
59
|
## for examples using the http-user-agent
|
60
|
60
|
env:
|