Skip to content

Commit 6cedcb5

Browse files
committed
Bump supported versions
1 parent 55e3a7f commit 6cedcb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
neovim_version: ['nightly', 'v0.7.2', 'v0.8.0']
15+
neovim_version: ['nightly', 'v0.8.3', 'v0.9.0']
1616

1717
steps:
1818
- uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
Supported Neovim versions:
2525

2626
- Latest nightly
27-
- 0.8.0 (Recommended)
28-
- 0.7.2
27+
- 0.9.x (Recommended)
28+
- 0.8.3
2929

3030
You'll need to install and configure a debug adapter per language. See
3131

0 commit comments

Comments
 (0)