Skip to content

Commit

Permalink
Use R 4.5 and Bioc 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
daianna21 committed Nov 23, 2024
1 parent 3077b5e commit fbaecb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, r: '4.4', bioc: '3.2', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
- { os: macOS-latest, r: '4.4', bioc: '3.2'}
- { os: windows-latest, r: '4.4', bioc: '3.2'}
- { os: ubuntu-latest, r: '4.5', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
- { os: macOS-latest, r: '4.5', bioc: '3.21'}
- { os: windows-latest, r: '4.5', bioc: '3.21'}
## Check https://github.com/r-lib/actions/tree/master/examples
## for examples using the http-user-agent
env:
Expand Down

0 comments on commit fbaecb6

Please sign in to comment.