Skip to content

Commit 9eeb52c

Browse files
authored
use bioc release 3.14
1 parent 46cf01a commit 9eeb52c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-bioc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
run_covr: 'true'
3939
run_pkgdown: 'false'
4040
has_RUnit: 'false'
41-
cache-version: 'cache-v4'
41+
cache-version: 'cache-v5'
4242

4343

4444
jobs:
@@ -52,9 +52,9 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
config:
55-
- { os: ubuntu-latest, r: '4.1', bioc: '3.14', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56-
- { os: macOS-latest, r: '4.1', bioc: 'devel'}
57-
- { os: windows-latest, r: '4.1', bioc: 'devel'}
55+
- { os: ubuntu-latest, r: '4.1', bioc: '3.14', cont: "bioconductor/bioconductor_docker:RELEASE_3_14", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56+
- { os: macOS-latest, r: '4.1', bioc: '3.14'}
57+
- { os: windows-latest, r: '4.1', bioc: '3.14'}
5858
env:
5959
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
6060
RSPM: ${{ matrix.config.rspm }}

0 commit comments

Comments
 (0)