Skip to content

Commit ba3afd8

Browse files
committed
minor
1 parent 59e9858 commit ba3afd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-bioc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
config:
55-
- { os: ubuntu-latest, r: 'devel', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
56-
###- { os: macOS-latest, r: 'devel', bioc: 'devel'}
57-
###- { os: windows-latest, r: 'devel', bioc: 'devel'}
55+
- { os: ubuntu-latest, r: '4.4.2', bioc: '3.20', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
56+
- { os: macOS-latest, r: '4.4.2', bioc: '3.20'}
57+
- { os: windows-latest, r: '4.4.2', bioc: '3.20'}
5858
## Check https://github.com/r-lib/actions/tree/master/examples
5959
## for examples using the http-user-agent
6060
env:

0 commit comments

Comments
 (0)