Skip to content

Commit

Permalink
Updated bioconductor release in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroimaginador committed Nov 29, 2023
1 parent c2b478b commit bd313aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', bioc: '3.17'}
- {os: windows-latest, r: 'release', bioc: '3.17'}
- {os: macOS-latest, r: 'release', bioc: '3.18'}
- {os: windows-latest, r: 'release', bioc: '3.18'}
# - {os: ubuntu-16.04, bioc: '3.13', cont: "bioconductor/bioconductor_docker:devel", r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", http-user-agent: "R/4.0.0 (ubuntu-16.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
- {os: ubuntu-20.04, r: 'release', bioc: '3.17', rspm: "https://packagemanager.rstudio.com/all/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'release', bioc: '3.18', rspm: "https://packagemanager.rstudio.com/all/__linux__/focal/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', bioc: '3.17'}
- {os: macOS-latest, r: 'release', bioc: '3.18'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', bioc: '3.17'}
- {os: macOS-latest, r: 'release', bioc: '3.18'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bd313aa

Please sign in to comment.