Skip to content

Commit

Permalink
ci: test against Neovim 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Oct 2, 2023
1 parent a692b0f commit 2108aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
neovim: [v0.8.3, v0.9.0, nightly]
neovim: [v0.8.3, v0.9.2, nightly]
include:
- neovim: v0.8.3
features: "--features neovim-0-8"
- neovim: v0.9.0
- neovim: v0.9.2
features: "--features neovim-0-9"
- neovim: nightly
features: "--features neovim-nightly"
Expand Down

0 comments on commit 2108aae

Please sign in to comment.