Skip to content

Commit

Permalink
test also on windows-next
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 31, 2024
1 parent 4aa8e91 commit dfd04ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
config:
- {os: macOS-latest, r: 'release'}

- {os: windows-latest, r: 'next'}
- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
Expand Down Expand Up @@ -72,7 +73,6 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

# `{patrick}` imports `{purrr}`, and so needs to be ignored on R < 3.5
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
Expand Down

0 comments on commit dfd04ce

Please sign in to comment.