Skip to content

Commit 6d7806e

Browse files
author
Chen Ying
committed
update github action config version
1 parent 7bfb121 commit 6d7806e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
config:
57-
- { os: ubuntu-latest, r: '4.2', bioc: '3.16', cont: "bioconductor/bioconductor_docker:RELEASE_3_16", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
58-
- { os: macOS-latest, r: '4.2', bioc: '3.16'}
59-
- { os: windows-latest, r: '4.2', bioc: '3.16'}
57+
- { os: ubuntu-latest, r: '4.3', bioc: '3.17', cont: "bioconductor/bioconductor_docker:RELEASE_3_17", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
58+
- { os: macOS-latest, r: '4.3', bioc: '3.17'}
59+
- { os: windows-latest, r: '4.3', bioc: '3.17'}
6060
## Check https://github.com/r-lib/actions/tree/master/examples
6161
## for examples using the http-user-agent
6262
env:
@@ -331,7 +331,7 @@ jobs:
331331
if: failure()
332332
uses: actions/upload-artifact@v2
333333
with:
334-
name: ${{ runner.os }}-biocversion-devel-r-4.2-results
334+
name: ${{ runner.os }}-biocversion-devel-r-4.3-results
335335
path: check
336336

337337
- uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)