From 0edcfd1a7b3c5e7a3395e480e5e1495224809e8e Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Thu, 30 May 2024 12:34:14 +0200 Subject: [PATCH] Bump supported versions to 0.10.x and 0.9.5 --- .github/workflows/tests.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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