We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569195a commit d94478eCopy full SHA for d94478e
1 file changed
.github/workflows/default.yml
@@ -7,17 +7,16 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
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",
+ neovim-version: [
+ # "v0.9.0",
+ # "v0.9.1",
+ # "v0.9.2",
+ # "v0.9.4",
+ # "v0.9.5",
+ # "v0.10.0",
+ # "v0.10.1",
+ # "v0.10.2",
+ # "v0.10.3",
21
"stable",
22
]
23
fail-fast: false
0 commit comments