Skip to content

Commit 9ec020c

Browse files
authored
ci(nvim): lower required nvim version to v0.6 (#280)
1 parent e9bde4a commit 9ec020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: Unit Test
4848
strategy:
4949
matrix:
50-
nvim_version: [stable, nightly, v0.7.0]
50+
nvim_version: [stable, nightly, v0.6.0]
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout

0 commit comments

Comments
 (0)