From 192875d2c27d9f3d0dcbfe9368a1732cf0366f6f Mon Sep 17 00:00:00 2001 From: AtaJadidAhari Date: Sat, 23 Nov 2024 12:25:49 +0100 Subject: [PATCH] Update check-bioc.yml --- .github/workflows/check-bioc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 2f86a2e..9349f7c 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -53,7 +53,7 @@ jobs: matrix: config: # This needs to be updated after each Bioconductor release. Please make sure we have the matching R and Bioc versions in it. - - { os: ubuntu-latest, r: '4.4', bioc: '3.19', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: ubuntu-latest, r: '4.4', bioc: '3.19', cont: "bioconductor/bioconductor_docker:RELEASE_3_19", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - { os: ubuntu-latest, r: 'next', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - { os: macOS-latest, r: '4.4', bioc: '3.19'} - { os: windows-latest, r: '4.4', bioc: '3.19'}