Commit 038ab6ff authored by tekath's avatar tekath
Browse files

try older R versions - Bioc currently not compatible wiht R 4.1 by default

parent 656ac8a6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ jobs:
      fail-fast: false
      matrix:
        config:
          - {os: macOS-latest,   r: 'release'}
          - {os: windows-latest, r: 'release'}
          - {os: ubuntu-latest,   r: 'devel', http-user-agent: 'release'}
          - {os: ubuntu-latest,   r: 'release'}
          - {os: ubuntu-latest,   r: 'oldrel-1'}
          - {os: macOS-latest,   r: '4.0'}
          - {os: windows-latest, r: '4.0'}
          - {os: ubuntu-latest,   r: '4.0', http-user-agent: 'release'}
          - {os: ubuntu-latest,   r: '3.6'}
          - {os: ubuntu-latest,   r: '3.4'}

    env:
      GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}