Skip to content

Commit

Permalink
update to 4.4 and 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 26, 2024
1 parent 902810a commit f1e36e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/R-CMD-check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,16 @@ jobs:
config:
- {
os: ubuntu-latest,
r: '4.3',
bioc: '3.17',
r: '4.4',
bioc: '3.19',
cont: "bioconductor/bioconductor_docker:devel",
rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest",
github: "bhklab/CoreGx"
}
- { os: macOS-latest, r: '4.2', bioc: '3.16'}
- { os: windows-latest, r: '4.2', bioc: '3.16'}

- { os: macOS-latest, r: '4.4', bioc: '3.19'}
- { os: windows-latest, r: '4.4', bioc: '3.19'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down

0 comments on commit f1e36e5

Please sign in to comment.