Skip to content

Commit

Permalink
update GHA R testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Dec 12, 2023
1 parent e0f9288 commit c1838cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -27,7 +27,9 @@ jobs:

- { os: ubuntu-latest, r: 'oldrel-1', python: '3.9' }
- { os: ubuntu-latest, r: 'oldrel-2', python: '3.9' }
- { os: ubuntu-20.04, r: '3.6', python: '3.8' }
- { os: ubuntu-20.04, r: 'oldrel-3', python: '3.8' }
# - { os: ubuntu-20.04, r: 'oldrel-4', python: '3.8' }
# https://api.r-hub.io/rversions/resolve/oldrel/4
# - { os: ubuntu-latest, r: 'devel' , python: '3.8', http-user-agent: 'release' }

- { os: ubuntu-latest, r: 'release', python: '3.7' }
Expand Down

0 comments on commit c1838cc

Please sign in to comment.