Skip to content

Commit 6639431

Browse files
authored
Update Bioconductor version to 3.23 in workflow
#85
1 parent 700fbc3 commit 6639431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
config:
5555
# This needs to be updated after each Bioconductor release. Please make sure we have the matching R and Bioc versions in it.
5656
- { os: ubuntu-latest, r: '4.5', bioc: '3.21', cont: "bioconductor/bioconductor_docker:RELEASE_3_21", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
57-
- { os: ubuntu-latest, r: 'next', bioc: '3.22', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
57+
- { os: ubuntu-latest, r: 'next', bioc: '3.23', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
5858
- { os: macOS-latest, r: '4.5', bioc: '3.21'}
5959
- { os: windows-latest, r: '4.5', bioc: '3.21'}
6060
## Check https://github.com/r-lib/actions/tree/master/examples

0 commit comments

Comments
 (0)