Skip to content

Commit

Permalink
GHA: Can only test in R (>= 4.1), because Suggested package 'ntfy' re…
Browse files Browse the repository at this point in the history
…quires R (>= 4.1) and the GHA setup will fail even if this is optional
  • Loading branch information
HenrikBengtsson committed Nov 6, 2024
1 parent ccd2afd commit 27f209a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel' }
- {os: ubuntu-latest, r: 'oldrel-1' }
- {os: ubuntu-latest, r: 'oldrel-2' }
- {os: ubuntu-latest, r: '3.6' }
- {os: ubuntu-latest, r: '4.1' }
# - {os: ubuntu-latest, r: '3.6' } ## optional 'ntfy' requires R (>= 4.1), but triggers an error
- {os: ubuntu-latest, r: 'release' , language: ko, label: ko }
- {os: ubuntu-latest, r: 'release' , language: zh_CN, label: zh_CN }
- {os: ubuntu-latest, r: 'release' , language: zh_TW, label: zh_TW }
Expand Down

0 comments on commit 27f209a

Please sign in to comment.