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

github.com/Vimux/Binario.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:56:19 +0300
committervimux <vimux@protonmail.com>2021-11-30 17:56:19 +0300
commitb5973fb3e51172f2c00904878a53887a9d040f6c (patch)
tree6edf84902a23898509ad295c4eef60ea6ea979ab
parent9c4e6d205eb6e2c6fb67a398d5614f0b2c619873 (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 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