Skip to content

Commit 134b51b

Browse files
committed
GHA: migrated workflow to Bioconductor 3.22
1 parent b31d9f6 commit 134b51b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-bioc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
config:
55-
- { os: ubuntu-latest, r: '4.4', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56-
# - { os: macOS-latest, r: '4.4', bioc: '3.19'}
57-
# - { os: windows-latest, r: '4.4', bioc: '3.19'}
55+
- { os: ubuntu-latest, r: '4.4', bioc: '3.22', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56+
# - { os: macOS-latest, r: '4.4', bioc: '3.22'}
57+
# - { os: windows-latest, r: '4.4', bioc: '3.22'}
5858
env:
5959
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
6060
RSPM: ${{ matrix.config.rspm }}

0 commit comments

Comments
 (0)