Skip to content

Commit

Permalink
ci: test against Neovim 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Oct 9, 2023
1 parent 9bca193 commit 297def7
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 @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
neovim: [v0.8.3, v0.9.2, nightly]
neovim: [v0.8.3, v0.9.4, nightly]
include:
- neovim: v0.8.3
features: "--features neovim-0-8"
- neovim: v0.9.2
- neovim: v0.9.4
features: "--features neovim-0-9"
- neovim: nightly
features: "--features neovim-nightly"
Expand Down

0 comments on commit 297def7

Please sign in to comment.