Skip to content

Commit 36b5064

Browse files
committed
github/workflow: upgrade neovim verssion to v0.7.0
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 34897f7 commit 36b5064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: steps.cache-nvim.outputs.cache-hit != 'true'
6262
with:
6363
neovim: true
64-
version: v0.6.1
64+
version: v0.7.0
6565

6666
- name: Run Benchmark
6767
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 1.17.x
3131
- 1.18.x
3232
neovim-version:
33-
- v0.6.1
33+
- v0.7.0
3434
- nightly
3535
fail-fast: false
3636

0 commit comments

Comments
 (0)