Skip to content

Commit 93b097f

Browse files
committed
update yml to current RELEASE_3_21
1 parent 77ebb88 commit 93b097f

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
@@ -53,9 +53,9 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
config:
56-
- { os: ubuntu-latest, r: '4.4', bioc: '3.20', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
57-
- { os: macOS-latest, r: '4.4', bioc: '3.20'}
58-
- { os: windows-latest, r: '4.4', bioc: '3.20'}
56+
- { os: ubuntu-latest, r: '4.4', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
57+
- { os: macOS-latest, r: '4.4', bioc: '3.21'}
58+
- { os: windows-latest, r: '4.4', bioc: '3.21'}
5959
## Check https://github.com/r-lib/actions/tree/master/examples
6060
## for examples using the http-user-agent
6161
env:

0 commit comments

Comments
 (0)