From 0a49b99ab6a01e25796a0d911552a9f02e74ff35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Astrid=20Desch=C3=AAnes?= Date: Tue, 15 Oct 2024 11:54:01 -0400 Subject: [PATCH] Update check-bioc.yaml --- .github/workflows/check-bioc.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-bioc.yaml b/.github/workflows/check-bioc.yaml index af733f2e..c2632e14 100644 --- a/.github/workflows/check-bioc.yaml +++ b/.github/workflows/check-bioc.yaml @@ -51,11 +51,12 @@ jobs: fail-fast: false matrix: config: - ## - { os: ubuntu-latest, r: '4.4', bioc: '3.19', cont: "bioconductor/bioconductor_docker:RELEASE_3_19", rspm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" } - - { os: ubuntu-latest, r: '4.4.1', bioc: '3.20', cont: "bioconductor/bioconductor_docker:RELEASE_3_20", rspm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" } + - { os: ubuntu-latest, r: '4.4', bioc: '3.19', cont: "bioconductor/bioconductor_docker:RELEASE_3_19", rspm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" } + ## - { os: ubuntu-latest, r: '4.4.1', bioc: '3.20', cont: "bioconductor/bioconductor_docker:RELEASE_3_20", rspm: "https://packagemanager.posit.co/cran/__linux__/jammy/latest" } ## - { os: macOS-latest, r: '4.4', bioc: '3.19'} - - { os: macOS-latest, r: '4.4.1', bioc: '3.20'} + - { os: macOS-latest, r: '4.4.1', bioc: '3.20'} ## - { os: windows-latest, r: '4.2.2', bioc: '3.16'} + ## - { os: windows-latest, r: '4.4.1', bioc: '3.20'} env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true RSPM: ${{ matrix.config.rspm }}