Skip to content

Commit 62adeaa

Browse files
committed
Update check-standard.yaml
1 parent ed483e4 commit 62adeaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-standard.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
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"}
21+
- {os: windows-latest, r: '4.1'}
22+
- {os: macOS-latest, r: '4.1'}
23+
- {os: ubuntu-16.04, r: '4.1', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2424

2525
env:
2626
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

0 commit comments

Comments
 (0)