We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed483e4 commit 62adeaaCopy full SHA for 62adeaa
.github/workflows/check-standard.yaml
@@ -18,9 +18,9 @@ jobs:
18
fail-fast: false
19
matrix:
20
config:
21
- - {os: windows-latest, r: '3.1'}
22
- - {os: macOS-latest, r: '3.1'}
23
- - {os: ubuntu-16.04, r: '3.1', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
+ - {os: windows-latest, r: '4.1'}
+ - {os: macOS-latest, r: '4.1'}
+ - {os: ubuntu-16.04, r: '4.1', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
24
25
env:
26
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
0 commit comments