Skip to content

Commit d94478e

Browse files
committed
comment out versions since build-args isn't supported yet
1 parent 569195a commit d94478e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/default.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
neovim-version:
11-
[
12-
"v0.9.0",
13-
"v0.9.1",
14-
"v0.9.2",
15-
"v0.9.4",
16-
"v0.9.5",
17-
"v0.10.0",
18-
"v0.10.1",
19-
"v0.10.2",
20-
"v0.10.3",
10+
neovim-version: [
11+
# "v0.9.0",
12+
# "v0.9.1",
13+
# "v0.9.2",
14+
# "v0.9.4",
15+
# "v0.9.5",
16+
# "v0.10.0",
17+
# "v0.10.1",
18+
# "v0.10.2",
19+
# "v0.10.3",
2120
"stable",
2221
]
2322
fail-fast: false

0 commit comments

Comments
 (0)