Skip to content

Commit a312d02

Browse files
committed
Add testing R version 4.4.1
1 parent 906bf2e commit a312d02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ on:
1414
jobs:
1515
R-build:
1616
strategy:
17+
fail-fast: false
1718
matrix:
18-
R: [ '4.3.1' ]
19+
R: [ '4.3.1', '4.4.1' ]
1920
os: [ 'macos-13', 'ubuntu-latest' ]
2021
runs-on: ${{ matrix.os }}
2122
name: ${{ matrix.R }} ${{ matrix.os }} build

0 commit comments

Comments
 (0)