Skip to content

Commit

Permalink
WIP: upgrade to pandoc 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Dec 19, 2020
1 parent 55c5e1e commit e0f2263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- 3.9
pandoc-version:
- 2.9.2
- 2.11.1.1
- 2.11.3
exclude:
# exclude due to https://github.com/r-lib/actions/issues/206
- os: windows-latest
pandoc-version: 2.11.1.1
pandoc-version: 2.11.3
# reduce non-essential builds
- python-version: 3.7
pandoc-version: 2.9.2
Expand All @@ -35,7 +35,7 @@ jobs:
include:
- pandoc-version: 2.9.2
panflute-version: 1.12.5
- pandoc-version: 2.11.1.1
- pandoc-version: 2.11.3
panflute-version: 2.0.5

steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cache:
before_install:
- wget --quiet
--output-document=pandoc.deb
https://github.com/jgm/pandoc/releases/download/2.11.1.1/pandoc-2.11.1.1-1-amd64.deb
https://github.com/jgm/pandoc/releases/download/2.11.3/pandoc-2.11.3-1-amd64.deb
- sudo dpkg --install pandoc.deb
install:
- pip install ".[webpage,dev]"
Expand Down

0 comments on commit e0f2263

Please sign in to comment.