Skip to content

Commit 5c9c8b7

Browse files
committed
Test with latest and a current dev version
1 parent 0ff79c7 commit 5c9c8b7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ on:
2323
jobs:
2424
test:
2525
runs-on: ubuntu-latest
26+
strategy:
27+
fail-fast: true
28+
matrix:
29+
pandoc:
30+
- edge
31+
- latest
32+
# This should be the oldest version that's supported
33+
# - 2.19.2
2634

2735
steps:
2836
- name: Checkout
@@ -33,4 +41,4 @@ jobs:
3341
# Use docker image with current release.
3442
make test \
3543
PANDOC="docker run --rm --volume $(pwd):/data \
36-
--user $(id -u):$(id -g) pandoc/core:latest"
44+
--user $(id -u):$(id -g) pandoc/core:${{ matrix.pandoc }}"

0 commit comments

Comments
 (0)