From b5973fb3e51172f2c00904878a53887a9d040f6c Mon Sep 17 00:00:00 2001 From: vimux Date: Tue, 30 Nov 2021 09:56:19 -0500 Subject: [PATCH] ci-test.yml: add Hugo 0.86.1 Adding it to tests does nothing for us in practice. Right now, it's a reminder for me that `.IsMenuCurrent` acts differently in Hugo 0.86.0 (or later) than before and may require manual intervention from users. --- .github/workflows/ci-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 9c7f1b2..0fcb74b 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -40,6 +40,7 @@ jobs: - '0.59.1' # last major version without goldmark renderer - '0.60.1' # first major version with goldmark renderer - '0.76.5' # https://github.com/gohugoio/hugo/issues/7822 + - '0.86.1' # https://github.com/gohugoio/hugo/issues/9150 - 'latest' fail-fast: true