We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a200d commit a762c25Copy full SHA for a762c25
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -22,12 +22,10 @@ jobs:
22
- {os: windows-latest, r: 'release'}
23
- {os: windows-latest, r: 'oldrel-1'}
24
- {os: windows-latest, r: 'oldrel-2'}
25
- - {os: windows-latest, r: 'oldrel-3'}
26
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
27
- {os: ubuntu-latest, r: 'release'} ## currently 4.5
28
- {os: ubuntu-latest, r: 'oldrel-1'} ## currently 4.4
29
- {os: ubuntu-latest, r: 'oldrel-2'} ## currently 4.3
30
- - {os: ubuntu-latest, r: 'oldrel-3'} ## currently 4.2
31
32
env:
33
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments