There was an error while loading. Please reload this page.
1 parent e5393bc commit 985d9c2Copy full SHA for 985d9c2
1 file changed
.github/workflows/R-CMD-check-occasional.yaml
@@ -17,8 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ubuntu-latest]
20
- r: ['3.5']
21
- locale: [ 'ru_RU.KOI8-R' ]
+ r: ['3.5','release','devel']
+ locale: [ 'ru_RU.KOI8-R','zh_CN.GB18030' ]
22
# we're constrained by GHA inflexibility to do a tedious thing here with 'exclude' below.
23
# better would be for GHA to support multiple 'matrix' configs (one for ubuntu, one for other OS);
24
# an approach with multiple jobs would tediously require copy-pasting the _rest_ of the steps
0 commit comments