>256 build steps .... lowering for github
This commit is contained in:
parent
d5766a8295
commit
5c42ba9d88
1 changed files with 25 additions and 15 deletions
38
.github/workflows/build.yml
vendored
38
.github/workflows/build.yml
vendored
|
@ -13,32 +13,42 @@ jobs:
|
|||
matrix:
|
||||
hugo-version:
|
||||
[
|
||||
"0.112.6",
|
||||
#"0.112.6",
|
||||
"0.112.7",
|
||||
"0.113.0",
|
||||
"0.114.0",
|
||||
#"0.114.0",
|
||||
"0.114.1",
|
||||
"0.115.0",
|
||||
"0.115.1",
|
||||
"0.115.2",
|
||||
"0.115.3",
|
||||
#"0.115.0",
|
||||
#"0.115.1",
|
||||
#"0.115.2",
|
||||
#"0.115.3",
|
||||
"0.115.4",
|
||||
"0.116.0",
|
||||
#"0.116.0",
|
||||
"0.116.1",
|
||||
"0.117.0",
|
||||
"0.118.0",
|
||||
"0.118.1",
|
||||
#"0.118.0",
|
||||
#"0.118.1",
|
||||
"0.118.2",
|
||||
"0.119.0",
|
||||
"0.120.1",
|
||||
"0.120.2",
|
||||
"0.120.3",
|
||||
#"0.120.1",
|
||||
#"0.120.2",
|
||||
#"0.120.3",
|
||||
"0.120.4",
|
||||
"0.121.0",
|
||||
#"0.121.0",
|
||||
"0.121.1"
|
||||
]
|
||||
node-version: ["18", "20", "21"]
|
||||
go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6", "1.21.5"]
|
||||
go-version:
|
||||
[
|
||||
"1",
|
||||
"1.19",
|
||||
#"1.19.11",
|
||||
"1.20",
|
||||
#"1.20.5",
|
||||
#"1.20.6",
|
||||
"1.21",
|
||||
"1.21.5"
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue