Skip to content

Commit 23e009b

Browse files
authored
update bioc versions
1 parent b0c6468 commit 23e009b

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,8 +53,8 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
config:
56-
- { os: ubuntu-latest, r: 'devel', bioc: '3.22', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
57-
- { os: ubuntu-latest, r: '4.5', 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.23', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
57+
- { os: ubuntu-latest, r: '4.5', bioc: '3.22', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
5858
## - { os: ubuntu-latest, r: '4.4', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
5959
## - { os: macOS-latest, r: '4.2', bioc: '3.15'}
6060
## - { os: windows-latest, r: '4.2', bioc: '3.15'}
@@ -290,4 +290,4 @@ jobs:
290290
uses: actions/upload-artifact@main
291291
with:
292292
name: ${{ runner.os }}-biocversion-devel-r-devel-results
293-
path: check
293+
path: check

0 commit comments

Comments
 (0)