Skip to content

Commit

Permalink
Update check-bioc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen authored Oct 15, 2024
1 parent 3fab12b commit cf062dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-bioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
fail-fast: false
matrix:
config:
## - { os: ubuntu-latest, r: '4.2.2', bioc: '3.16', cont: "bioconductor/bioconductor_docker:RELEASE_3_16", rspm: "https://packagemanager.posit.co" }
- { os: ubuntu-latest, r: '4.4', bioc: '3.19', cont: "bioconductor/bioconductor_docker:RELEASE_3_19", rspm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" }
## - { os: macOS-latest, r: '4.2.2', bioc: '3.16'}
- { os: macOS-latest, r: '4.4', bioc: '3.19'}
## - { os: ubuntu-latest, r: '4.4', bioc: '3.19', cont: "bioconductor/bioconductor_docker:RELEASE_3_19", rspm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" }
- { os: ubuntu-latest, r: '4.4.1', bioc: '3.20', cont: "bioconductor/bioconductor_docker:RELEASE_3_20", rspm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" }
## - { os: macOS-latest, r: '4.4', bioc: '3.19'}
- { os: macOS-latest, r: '4.4.1', bioc: '3.20'}
## - { os: windows-latest, r: '4.2.2', bioc: '3.16'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit cf062dd

Please sign in to comment.