diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d71b3fa..b8793841 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,11 +16,11 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - neovim: [v0.10.4, v0.11.4, Nightly] + neovim: [v0.10.4, v0.11.7, Nightly] include: - neovim: v0.10.4 features: "--features neovim-0-10" - - neovim: v0.11.4 + - neovim: v0.11.7 features: "--features neovim-0-11" - neovim: Nightly features: "--features neovim-nightly"