Skip to content

Commit

Permalink
chore: test versions 3.6 and 4.0 of R
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Jun 26, 2020
1 parent 4da8d62 commit 706f238
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ jobs:
shell: Rscript {0}
working-directory: wellmapr

strategy:
matrix:
R: ['3.6', '4.0']

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/work/_temp/Library
key: R-${{ runner.os }}-{{ hashFiles('DESCRIPTION') }}
key: R-${{ runner.os }}-${{ matrix.R }}-${{ hashFiles('DESCRIPTION') }}
- uses: actions/setup-python@v2
- uses: r-lib/actions/setup-r@v1
- name: Install test dependencies (apt-get)
Expand Down

0 comments on commit 706f238

Please sign in to comment.