Skip to content

Commit

Permalink
Test new pandoc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Nov 26, 2024
1 parent c3f8ba6 commit 22d7193
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
matrix:
config:
# testing R release with last shipped pandoc version in RStudio IDE and new pandoc
- {os: windows-latest, pandoc: '3.1.9', r: 'release'}
- {os: macOS-latest, pandoc: '3.1.9', r: 'release'}
- {os: windows-latest, pandoc: '3.5', r: 'release'}
- {os: macOS-latest, pandoc: '3.5', r: 'release'}
- {os: ubuntu-latest, pandoc: 'devel', r: 'release'}
# testing older pandoc versions
- {os: ubuntu-latest, pandoc: '3.2.1', r: 'release'} # special \pandocbounded change
- {os: ubuntu-latest, pandoc: '3.1.7', r: 'release'} # special citeproc change
- {os: ubuntu-latest, pandoc: '2.19.2', r: 'release'}
- {os: ubuntu-latest, pandoc: '2.18', r: 'release'}
Expand Down

0 comments on commit 22d7193

Please sign in to comment.