Skip to content

Commit 26648a7

Browse files
committed
Merge commit '571ee6e' into merge_with_master
2 parents 08abef8 + 571ee6e commit 26648a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-bioc.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
config:
55+
# This needs to be updated after each Bioconductor release. Please make sure we have the matching R and Bioc versions in it.
5556
- { os: ubuntu-latest, r: '4.3', bioc: '3.18', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56-
- { os: ubuntu-latest, r: 'next', bioc: '3.18', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
57+
- { os: ubuntu-latest, r: 'next', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
5758
- { os: macOS-latest, r: '4.3', bioc: '3.18'}
5859
- { os: windows-latest, r: '4.3', bioc: '3.18'}
5960
## Check https://github.com/r-lib/actions/tree/master/examples
@@ -313,7 +314,7 @@ jobs:
313314
if: failure()
314315
uses: actions/upload-artifact@master
315316
with:
316-
name: ${{ runner.os }}-biocversion-RELEASE_3_16-r-4.2-results
317+
name: ${{ runner.os }}-biocversion-RELEASE_3_18-r-4.3-results
317318
path: check
318319

319320
## Note that DOCKER_PASSWORD is really a token for your dockerhub

0 commit comments

Comments
 (0)