Skip to content

Commit 6e85249

Browse files
committed
update bioc from 3.19 to 3.21 in .github/workflows/check-bioc.yml
1 parent 0f0f5ee commit 6e85249

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: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56-
- { os: macOS-latest, r: 'devel', bioc: '3.19'}
57-
- { os: windows-latest, r: 'devel', bioc: '3.19'}
55+
- { os: ubuntu-latest, r: 'devel', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56+
- { os: macOS-latest, r: 'devel', bioc: '3.21'}
57+
- { os: windows-latest, r: 'devel', bioc: '3.21'}
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)