diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 37475e7..c1cdc3a 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -52,9 +52,9 @@ jobs: fail-fast: false matrix: config: - - { os: ubuntu-latest, r: 'latest', bioc: '3.17', cont: "bioconductor/bioconductor_docker:latest", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: 'latest', bioc: '3.17'} - - { os: windows-latest, r: 'latest', bioc: '3.17'} + - { os: ubuntu-latest, r: 'latest', bioc: '3.2', cont: "bioconductor/bioconductor_docker:latest", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: macOS-latest, r: 'latest', bioc: '3.2'} + - { os: windows-latest, r: 'latest', bioc: '3.2'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: