Skip to content

Commit 985d9c2

Browse files
committed
Enlarge the matrix
1 parent e5393bc commit 985d9c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/R-CMD-check-occasional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
r: ['3.5']
21-
locale: [ 'ru_RU.KOI8-R' ]
20+
r: ['3.5','release','devel']
21+
locale: [ 'ru_RU.KOI8-R','zh_CN.GB18030' ]
2222
# we're constrained by GHA inflexibility to do a tedious thing here with 'exclude' below.
2323
# better would be for GHA to support multiple 'matrix' configs (one for ubuntu, one for other OS);
2424
# an approach with multiple jobs would tediously require copy-pasting the _rest_ of the steps

0 commit comments

Comments
 (0)