Skip to content

Commit

Permalink
test with an old pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Jul 15, 2024
1 parent 43f9dc3 commit 6409654
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: 'release'}
- {os: windows-latest, r: 'release', pandoc: '2.19'}
- {os: macOS-latest, r: 'release', pandoc: '2.19'}
- {os: ubuntu-20.04, r: 'release', pandoc: '2.19'}
- {os: ubuntu-20.04, r: 'release', pandoc : '2.9.2.1'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
Expand All @@ -34,6 +34,8 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: ${{ matrix.config.pandoc }}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 6409654

Please sign in to comment.