Skip to content

Commit

Permalink
[CI] Fix expected pandoc version in stack build
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Feb 25, 2023
1 parent c08f43a commit b5fee65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pandocver: ["3.0"]
pandocver: ["3.1"]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit b5fee65

Please sign in to comment.