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>2022-01-11 17:30:03 +0300
committervimux <vimux@protonmail.com>2022-01-11 17:30:03 +0300
commit39fbbcbdf30bd14c6e8273dfe025809639aace24 (patch)
tree57e5aace94feeb8fcdb4ee998da878fd26a6f8e7
parent5d491c4c06c7c1b1eb2ce6b403b98925fa8f96f3 (diff)
Update ci-test.yml: add Hugo 0.80.0
Not related to the theme, but it's an annoying bug in Hugo that I want to add to the list somehow.
-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 0fcb74b..14e7987 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.80.0' # https://github.com/gohugoio/hugo/issues/8340
- '0.86.1' # https://github.com/gohugoio/hugo/issues/9150
- 'latest'
fail-fast: true