We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa03c6 commit db8d22dCopy full SHA for db8d22d
.github/workflows/benchmark.yml
@@ -61,7 +61,7 @@ jobs:
61
if: steps.cache-nvim.outputs.cache-hit != 'true'
62
with:
63
neovim: true
64
- version: v0.5.0
+ version: v0.6.1
65
66
- name: Run Benchmark
67
run: |
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- 1.16.x
31
- 1.17.x
32
neovim-version:
33
- - v0.6.0
+ - v0.6.1
34
- nightly
35
fail-fast: false
36
0 commit comments