Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2021-11-30 17:46:50 +0300
committervimux <vimux@protonmail.com>2021-11-30 17:53:22 +0300
commitd73b9dc34cdbc030d2db56fb5fb6210ffc252286 (patch)
treebdb2b18ba000a290c881a1a05a41ed67cd56a6c1
parent2227539aac0fd5d2567de2319483c6814edb6041 (diff)
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.
-rw-r--r--.github/workflows/ci-test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml
index 7b02f71..4ebab3e 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