Skip to content

Commit

Permalink
update .github workflow R version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Feb 4, 2025
1 parent 0e89481 commit 0f3e837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
R: ['4.3.1']
R: ["4.4.0", "4.4.1"]
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
R: ['4.3.1']
R: ["4.4.0", "4.4.1"]
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
Expand Down

0 comments on commit 0f3e837

Please sign in to comment.