Skip to content

Commit

Permalink
Add testing R version 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Oct 21, 2024
1 parent dd1931d commit a8c1910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on:
jobs:
R-build:
strategy:
fail-fast: false
matrix:
R: [ '4.3.1' ]
R: [ '4.3.1', '4.4.1' ]
os: [ 'macos-13', 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.R }} ${{ matrix.os }} build
Expand Down

0 comments on commit a8c1910

Please sign in to comment.