File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
os : [ubuntu-latest, macos-latest, windows-latest]
10
- pandocver : ["2.14.0.2 "]
10
+ pandocver : ["2.14.0.3 "]
11
11
ghcver : ['8.10.5']
12
12
include :
13
13
- os : ubuntu-latest
14
14
container : ' lierdakil/alpine-haskell:8.10.5-pwsh'
15
15
- os : macos-latest
16
- pandocver : ' 2.14.0.2 '
16
+ pandocver : ' 2.14.0.3 '
17
17
ghcver : ' 8.10.4'
18
18
exclude :
19
19
- os : macos-latest
@@ -216,7 +216,7 @@ jobs:
216
216
runs-on : ubuntu-latest
217
217
strategy :
218
218
matrix :
219
- pandocver : ["2.14.0.2 "]
219
+ pandocver : ["2.14.0.3 "]
220
220
steps :
221
221
- uses : actions/checkout@v2
222
222
- name : Install dependencies
Original file line number Diff line number Diff line change 3
3
enable_flaky_tests : true
4
4
ghc-options :
5
5
pandoc : -j "+RTS -A64m -RTS"
6
- pandoc-citeproc : -j "+RTS -A64m -RTS"
7
6
$targets : -j "+RTS -A64m -RTS"
8
7
packages :
9
8
- .
10
9
extra-deps :
11
10
- roman-numerals-0.5.1.5
11
+ - pandoc-2.14.0.3
12
+ - commonmark-0.2.1
13
+ - skylighting-0.10.5.2
14
+ - skylighting-core-0.10.5.2
12
15
resolver : lts-18.0
You can’t perform that action at this time.
0 commit comments