Skip to content

Commit

Permalink
[CI] Bump pandoc to v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Sep 4, 2021
1 parent 0b8e545 commit fe8033c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pandocver: ["2.14.1"]
pandocver: ["2.14.2"]
ghcver: ['8.10.5']
include:
- os: ubuntu-latest
container: 'lierdakil/alpine-haskell:8.10.5-pwsh'
- os: macos-latest
pandocver: '2.14.1'
pandocver: '2.14.2'
ghcver: '8.10.4'
exclude:
- os: macos-latest
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pandocver: ["2.14.1"]
pandocver: ["2.14.2"]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit fe8033c

Please sign in to comment.