Skip to content

Commit

Permalink
adjust pandoc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Dec 14, 2022
1 parent 051d52d commit a21b5a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
matrix:
config:
# testing R release with last shipped pandoc version in RStudio IDE and new pandoc
- {os: windows-latest, pandoc: '2.17.1.1', r: 'release'}
- {os: macOS-latest, pandoc: '2.17.1.1', r: 'release'}
- {os: ubuntu-latest, pandoc: '2.17.1.1', r: 'release'}
- {os: windows-latest, pandoc: '2.19.2', r: 'release'}
- {os: macOS-latest, pandoc: '2.19.2', r: 'release'}
- {os: ubuntu-latest, pandoc: '2.19.2', r: 'release'}
- {os: ubuntu-latest, pandoc: 'devel', r: 'release'}
# # testing older pandoc versions
- {os: ubuntu-latest, pandoc: '2.16.1', r: 'release'}
- {os: ubuntu-latest, pandoc: '2.14.2', r: 'release'}
- {os: ubuntu-latest, pandoc: '2.11.4', r: 'release'}
# # testing other R versions
- {os: ubuntu-latest, pandoc: '2.14.2', r: 'oldrel'}
- {os: ubuntu-latest, pandoc: '2.14.2', r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, pandoc: '2.19.2', r: 'oldrel'}
- {os: ubuntu-latest, pandoc: '2.19.2', r: 'devel', http-user-agent: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v2

- name: Test coverage
if: success() && runner.os == 'Linux' && matrix.config.r == 'release' && matrix.config.pandoc == '2.7.3'
if: success() && runner.os == 'Linux' && matrix.config.r == 'release' && matrix.config.pandoc == '2.19.2'
run: |
pak::pkg_install('covr')
covr::codecov()
Expand Down

0 comments on commit a21b5a8

Please sign in to comment.