Skip to content

Commit

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

update the CI to run on the latest version
  • Loading branch information
shortcuts authored Jun 24, 2023
1 parent ef5b207 commit 0cbfb9a
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.0', 'nightly']
neovim_version: ['v0.7.2', 'v0.8.3', 'v0.9.1', 'nightly']

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

0 comments on commit 0cbfb9a

Please sign in to comment.