Skip to content

Commit

Permalink
Remove untestable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Oct 22, 2024
1 parent fae213b commit 7d6d470
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 @@ -20,7 +20,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
r: ['3.4.0', '3.4.1', '3.4.2', '3.4.3', '3.4.4', '3.5.0', '3.5.1', '3.5.2', '3.5.3', '3.6.0', '3.6.1', '3.6.2', '3.6.3', '4.0.0', '4.0.1', '4.0.2', '4.0.3', '4.0.4', '4.0.5', '4.1.0', '4.1.1', '4.1.2', '4.1.3', '4.2.0', '4.2.1', '4.2.2', '4.2.3', '4.3.0', '4.3.1', '4.3.2', '4.3.3', '4.4.0', '4.4.1', 'devel']
# omitted because testthat support is lost: '3.4.0', '3.4.1', '3.4.2', '3.4.3', '3.4.4', '3.5.0', '3.5.1', '3.5.2', '3.5.3'
r: ['3.6.0', '3.6.1', '3.6.2', '3.6.3', '4.0.0', '4.0.1', '4.0.2', '4.0.3', '4.0.4', '4.0.5', '4.1.0', '4.1.1', '4.1.2', '4.1.3', '4.2.0', '4.2.1', '4.2.2', '4.2.3', '4.3.0', '4.3.1', '4.3.2', '4.3.3', '4.4.0', '4.4.1', 'devel']
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
Expand Down

0 comments on commit 7d6d470

Please sign in to comment.