Skip to content

Commit

Permalink
Bump supported versions to 0.10.x and 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed May 30, 2024
1 parent 5ba8cea commit 0edcfd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
neovim_version: ['nightly', 'v0.8.3', 'v0.9.0']
neovim_version: ['nightly', 'v0.9.5', 'v0.10.0']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
Supported Neovim versions:

- Latest nightly
- 0.9.x (Recommended)
- 0.8.3
- 0.10.x (Recommended)
- 0.9.5

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

Expand Down

0 comments on commit 0edcfd1

Please sign in to comment.