Skip to content

Commit

Permalink
Add 22.04 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston authored Jan 10, 2025
1 parent 74ef69f commit 690b606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}


- {os: ubuntu-22.04, cache: '~/.local/share/renv', r: 'release', cov: 'true'}

- {os: ubuntu-latest, cache: '~/.local/share/renv', r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, cache: '~/.local/share/renv', r: 'release', cov: 'true'}
- {os: ubuntu-latest, cache: '~/.local/share/renv', r: 'oldrel-1'}
Expand Down

0 comments on commit 690b606

Please sign in to comment.