Browse code

Reverting the specification of R version back.

Robert Ivánek authored on 05/01/2022 10:23:28
Showing 1 changed files

... ...
@@ -51,9 +51,9 @@ jobs:
51 51
       fail-fast: false
52 52
       matrix:
53 53
         config:
54
-          - { os: ubuntu-latest, r: '4.2', bioc: '3.15', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
55
-          - { os: macOS-latest, r: '4.2', bioc: '3.15'}
56
-          - { os: windows-latest, r: '4.2', bioc: '3.15'}
54
+          - { os: ubuntu-latest, r: 'devel', bioc: '3.15', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
55
+          - { os: macOS-latest, r: 'devel', bioc: '3.15'}
56
+          - { os: windows-latest, r: 'devel', bioc: '3.15'}
57 57
     env:
58 58
       R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
59 59
       RSPM: ${{ matrix.config.rspm }}