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.
This commit is contained in:
parent
5d491c4c06
commit
39fbbcbdf3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-test.yml
vendored
1
.github/workflows/ci-test.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
- '0.59.1' # last major version without goldmark renderer
|
- '0.59.1' # last major version without goldmark renderer
|
||||||
- '0.60.1' # first major version with goldmark renderer
|
- '0.60.1' # first major version with goldmark renderer
|
||||||
- '0.76.5' # https://github.com/gohugoio/hugo/issues/7822
|
- '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
|
- '0.86.1' # https://github.com/gohugoio/hugo/issues/9150
|
||||||
- 'latest'
|
- 'latest'
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
Loading…
Reference in a new issue