Updated Hugo versions
This commit is contained in:
parent
a75ca7d9ec
commit
28f1337a68
1 changed files with 15 additions and 2 deletions
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
|
@ -23,9 +23,22 @@ jobs:
|
||||||
"0.115.2",
|
"0.115.2",
|
||||||
"0.115.3",
|
"0.115.3",
|
||||||
"0.115.4",
|
"0.115.4",
|
||||||
|
"0.116.0",
|
||||||
|
"0.116.1",
|
||||||
|
"0.117.0",
|
||||||
|
"0.118.0",
|
||||||
|
"0.118.1",
|
||||||
|
"0.118.2",
|
||||||
|
"0.119.0",
|
||||||
|
"0.120.1",
|
||||||
|
"0.120.2",
|
||||||
|
"0.120.3",
|
||||||
|
"0.120.4",
|
||||||
|
"0.121.0",
|
||||||
|
"0.121.1"
|
||||||
]
|
]
|
||||||
node-version: ["16", "18"]
|
node-version: ["16", "18", "20"]
|
||||||
go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6"]
|
go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6", "1.21.5"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue