diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98dfd22..33a598a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/README.md b/README.md index 4f5d911..a93b9db 100644 --- a/README.md +++ b/README.md @@ -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