Skip to content

Commit

Permalink
Run latest Pandoc on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Aug 29, 2023
1 parent ea9c7c9 commit c306a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
matrix:
config:
# testing R release with last shipped pandoc version in RStudio IDE and new pandoc
- {os: windows-latest, pandoc: '3.1.1', r: 'release'}
- {os: macOS-latest, pandoc: '3.1.1', r: 'release'}
- {os: windows-latest, pandoc: '3.1.6.2', r: 'release'}
- {os: macOS-latest, pandoc: '3.1.6.2', r: 'release'}
- {os: ubuntu-latest, pandoc: 'devel', r: 'release'}
# testing older pandoc versions
- {os: ubuntu-latest, pandoc: '2.19.2', r: 'release'}
Expand Down

0 comments on commit c306a43

Please sign in to comment.