diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 15557625..c4d79b83 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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 @@ -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