Browse code

Updated github GA.

Robert Ivánek authored on 27/05/2021 12:47:16
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: 'devel', bioc: '3.13', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
55
-          - { os: macOS-latest, r: 'devel', bioc: '3.13'}
56
-          - { os: windows-latest, r: 'devel', bioc: '3.13'}
54
+          - { os: ubuntu-latest, r: '4.1', bioc: '3.14', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
55
+          - { os: macOS-latest, r: '4.1', bioc: '3.14'}
56
+          - { os: windows-latest, r: '4.1', bioc: '3.14'}
57 57
     env:
58 58
       R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
59 59
       RSPM: ${{ matrix.config.rspm }}