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 cf062dd commit 0a49b99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check-bioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
fail-fast: false
matrix:
config:
## - { 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: 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: macOS-latest, r: '4.4.1', bioc: '3.20'}
## - { os: windows-latest, r: '4.2.2', bioc: '3.16'}
## - { os: windows-latest, r: '4.4.1', bioc: '3.20'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down

0 comments on commit 0a49b99

Please sign in to comment.