Skip to content

Commit

Permalink
Merge pull request #487 from asciidoctor/updatecli_main_5f49646669ed0…
Browse files Browse the repository at this point in the history
…b6099516b80780373b38a1cfc2a5be91613aa2bc65261ecffbf

tests: Bump pandoc version to 3.6
  • Loading branch information
dduportal authored Dec 9, 2024
2 parents 6e0a18b + 1bf8979 commit 3154d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARCH = $(shell uname -m)
LOCAL_TARGET = $(shell if [ $(ARCH) = "aarch64" ] || [ $(ARCH) = "arm64" ]; then echo "linux/arm64"; else echo "linux/amd64"; fi)
BUILDER = $(shell if $$(docker buildx use asciidoctor 2> /dev/null) ; then echo "true"; else echo "false"; fi)

PANDOC_VERSION ?= 3.5
PANDOC_VERSION ?= 3.6

all: build test README
all-load: build-load test README
Expand Down

0 comments on commit 3154d2e

Please sign in to comment.