Skip to content

Commit 9876f1f

Browse files
committed
CI: fix hugo min version (0.48.0 → 0.48)
1 parent cd12187 commit 9876f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
hugo:
38-
- '0.48.0' # min version
38+
- '0.48' # min version
3939
- '0.58.2' # https://github.com/gohugoio/hugoThemes/issues/682
4040
- '0.59.1' # last major version without goldmark renderer
4141
- '0.60.1' # first major version with goldmark renderer

0 commit comments

Comments
 (0)