Skip to content

Commit b0c6468

Browse files
committed
bioc-check 4.5 and devel
1 parent 489f8a3 commit b0c6468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
config:
56-
- { os: ubuntu-latest, r: '4.4', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56+
- { os: ubuntu-latest, r: 'devel', bioc: '3.22', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
5757
- { os: ubuntu-latest, r: '4.5', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
58+
## - { os: ubuntu-latest, r: '4.4', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
5859
## - { os: macOS-latest, r: '4.2', bioc: '3.15'}
5960
## - { os: windows-latest, r: '4.2', bioc: '3.15'}
6061
env:

0 commit comments

Comments
 (0)