Skip to content

Commit

Permalink
chore: bump neovim on CI (#249)
Browse files Browse the repository at this point in the history
## 📃 Summary

run tests against neovim 9.4
  • Loading branch information
shortcuts committed Oct 11, 2023
1 parent 038b924 commit 14b721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
timeout-minutes: 2
strategy:
matrix:
neovim_version: ['v0.7.2', 'v0.8.3', 'v0.9.1', 'nightly']
neovim_version: ['v0.7.2', 'v0.8.3', 'v0.9.4', 'nightly']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 14b721e

Please sign in to comment.