Skip to content

Commit

Permalink
updated R version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfq3 committed Jan 14, 2024
1 parent 19bd58f commit b20e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
r-version: ['3.6.3', '4.2.3']
r-version: ['3.6.3', '4.3.2']

steps:
- uses: actions/checkout@v3
Expand Down

1 comment on commit b20e361

@jfq3
Copy link
Owner Author

@jfq3 jfq3 commented on b20e361 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed R version tested to currently available 4.3.2

Please sign in to comment.