Bump supported versions to 0.10.x and 0.9.5

This commit is contained in:
Mathias Fussenegger 2024-05-30 12:34:14 +02:00 committed by Mathias Fußenegger
parent 5ba8ceace5
commit 0edcfd1a7b
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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